"Samuel Hill" <[EMAIL PROTECTED]> wrote: > How does sql.conf help me?
Ah, sorry... I thought your question was about sql. > The detail file for atribute User-Name is the non-stripped username. > I want to have that field state the stripped username. The answer pretty much is you can't. The detail file logs requests as-is. If there's a Stripped-User-Name in a particular entry, then you can set up your log parser to use that. If there isn't a Stripped-User-Name, then the user name wasn't stripped. If you really care, you can write a 'sed' script to delete the lines containing User-Name, and rename Stripped-User-Name to User-Name. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
