Alan - Thanks!  Worked like a charm.<br><br>unlang looks very cool and powerful addition to FreeRADIUS... the documentation is awesome too.  Great job!<br><br><div><span class="gmail_quote">On 8/7/07, <b class="gmail_sendername">
Alan DeKok</b> <<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Nicholas Hall wrote:<br>> According to what I've read the HINTS file is the best place to do<br>> this.  Here is relevant portions of my config running CVS from<br>> 2007-08-01.  It's my understanding that with Strip-User-Name = Yes,
<br>> FreeRADIUS will rewrite the User-Name attribute without the domain<br>> specified.<br><br>  The server doesn't do that.  You've got to tell it what part is the<br>username, and what part is the domain name.
<br><br>> ----------------------------------------------------------------------------------------<br>> DEFAULT Suffix == "@<a href="http://alexssa.net">alexssa.net</a>", Strip-User-Name = Yes<br><br>  In the CVS head, you can use the new "unlang" feature, in the
<br>"authorize" section:<br><br>authorize {<br>        ...<br>        if ("%{User-Name}" =~ /^(.*)@alexssa.net$/) {<br>                update request {<br>                        Stripped-User-Name = "%{1}"
<br>                }<br>        }<br>        ...<br><br>  See "man unlang" for details.<br><br>  Alan DeKok.<br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html
</a><br></blockquote></div><br><br clear="all"><br>-- <br>Nicholas Hall<br><a href="mailto:ngharo@gmail.com">ngharo@gmail.com</a><br>262.208.6271