Any ideas why I would be getting this error.. Tue Feb 8 17:43:03 2005 : Auth: Login incorrect (No password configured for the user): [victoria97] (from client telecomproxy2 port 5512958) Tue Feb 8 17:43:03 2005 : Auth: Login incorrect: [victoria97] (from client telecomproxy2 port 5512958)
When it clearly exists in the database? mysql> SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE STRCMP(UserName, 'victoria97') = 0 ORDER BY id; +------+------------+-----------+----------+----+ | id | UserName | Attribute | Value | op | +------+------------+-----------+----------+----+ | 7205 | victoria97 | Password | sdfsdfsd | == | +------+------------+-----------+----------+----+ 1 row in set (0.06 sec) - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

