Karl Pielorz <[EMAIL PROTECTED]> wrote: > I just went from FreeRADIUS 0.5 to 0.6, only to find all my users being > rejected... A quick run in debug mode & looking at the changelog/cvs - I > found that the '/' character in our usernames was being escaped into a > 'mime encoded' equivalent.
Yes. > Simply adding '/' into the strchr() call in rlm_sql.c / sql_escape_func() > did the trick (the attached patch does this). Already done in the CVS head. It should go into 0.6.1. Alan Dekok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
