Hi, 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.
In the previous version row[3] was used in the call to pairmake which holds the complete value. Regards Stephan Jaeger - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

