<DIV style="font-family:Arial, sans-serif; font-size:10pt;"><FONT size="2" style="font-family: Arial, sans-serif;">I'm having an issue and I can't tell quite where it is at.  I have usernames coming in a mac addresses and per a management requirement they want their backend database to have no non-alphanumeric characters in the username field. </FONT><DIV style="font-family: Arial, sans-serif;"><FONT size="2"><BR></FONT></DIV><DIV style="font-family: Arial, sans-serif;"><FONT size="2">I have placed the following code in there for the username rewrite, stolen from other code sections in the same config that do work: </FONT></DIV><DIV style="font-family: Arial, sans-serif;"><FONT size="2"><BR></FONT></DIV><DIV style=""><FONT face="Arial, sans-serif" size="2"><DIV style=""># Realm for Fast Stuff</DIV><DIV style=""><Handler Client-Identifier=Fast-Stuff></DIV><DIV style="">        RewriteUsername s/\D/g.*/$1/</DIV><DIV style=""><SPAN style="white-space:pre">    </SPAN>SessionDatabase SDB-null</DIV><DIV style=""><SPAN style="white-space:pre">   </SPAN>AuthLog authlogger</DIV><DIV style=""><SPAN style="white-space:pre"> </SPAN>AddToReply Service-Type = Framed-User</DIV><DIV style=""><SPAN style="white-space:pre">      </SPAN><AuthBy GROUP></DIV><DIV style=""><SPAN style="white-space:pre">               </SPAN>AuthByPolicy ContinueUntilAccept</DIV><DIV style=""><SPAN style="white-space:pre">           </SPAN>AuthBy Fast-Stuff</DIV><DIV style=""><SPAN style="white-space:pre">  </SPAN></AuthBy></DIV><DIV style=""></Handler></DIV><DIV style=""><BR></DIV><DIV style="">My AuthBy is AuthFreeRADIUSSQL.  Maybe that's part of my issue?  </DIV><DIV style=""><BR></DIV><DIV style="">Any suggestions would be appreciated.  The all I need to do is strip colons out of the username and pass it through for authentication against the databse which has the username entered with no colons entered in it.</DIV><DIV style=""><BR></DIV><DIV style="">Thanks,</DIV><DIV style="">Brandon</DIV></FONT></DIV></DIV>