Hello, I'm using Debian and Freeradius 2.0.4-3 <br><br>I want to use the hints file to add an attribute named Intentos-Reject. I would like to use only one DEFAULT entry to match with @<a href="http://domain.es">domain.es</a> and with @<a href="http://temp.domain.es">temp.domain.es</a> <br>
<br>If I use this DEFAULT entry the request don't match:<br><br>#/etc/freeradius/hints<br><br>DEFAULT Suffix =~ "@(temp\.)?<a href="http://domain.es">domain.es</a>$", Strip-User-Name = Yes<br>        Intentos-Reject = ...<br>
<br>###DEFAULT Suffix == "@<a href="http://domain.es">domain.es</a>"<br>###        Intentos-Reject = ...<br><br>###DEFAULT Suffix == "@<a href="http://temp.domain.es">temp.domain.es</a>"<br>###        Intentos-Reject = ...<br>
<br><br>If I use this other DEFAULT entry the request match but Freeradius doesn't add Stripped-User-Name and I can't authenticate:<br><br>DEFAULT User-Name =~ "@(temp\.)?<a href="http://domain.es">domain.es</a>$", Strip-User-Name = Yes<br>

        Intentos-Reject = ...<br>
<br>
###DEFAULT Suffix == "@<a href="http://domain.es">domain.es</a>"<br>
###        Intentos-Reject = ...<br>
<br>
###DEFAULT Suffix == "@<a href="http://temp.domain.es">temp.domain.es</a>"<br>
###        Intentos-Reject = ...<br>
<br>I don't know if I can use regular expressions with Suffix/Preffix atributes.<br><br>Thank you very much and sorry for my english.<br><br clear="all"><br>-- <br>____________________<br><br>  Ana Gallardo Gómez<br>
____________________<br>