7 Dec
2011
7 Dec
'11
11:12 a.m.
On Wed, Dec 7, 2011 at 11:02 PM, tolik_shavlovsky@mail.ru <tolik_shavlovsky@mail.ru> wrote:
SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'KeepAliveUserNameAndPassword' ORDER BY id
SELECT groupname FROM radusergroup WHERE username = 'KeepAliveUserNameAndPassword' ORDER BY priority
What do you get when you execute those two queries in mysql directly?
[sql] User KeepAliveUserNameAndPassword not found
the sql module says the user is not found. It doesn't lie.
======================================= login and password are correct!
And how did you know that? Did you setup the tables correctly? Hint: execute those two queries above. -- Fajar