Stephan Jaeger <[EMAIL PROTECTED]> wrote: > since cvs version 1.76 for file /radiusd/src/modules/rlm_sql/sql.c i > have a problem authenticating users with rlm_mysql which have a "," in > their password, the problem seems to be the call to gettoken() in line > 367, which returns in the argument "value" only the attribute value from > the mysql db up to the first comma.
Hmm... that is an issue. My suggestion would be to either put double quotes around the password, or to update sql.c, so that it calls "gettoken" ONLY if it sees the string starting off with ", `, or ' Paul? Can you do this? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

