12 Oct
2014
12 Oct
'14
8:15 a.m.
Abdullah wrote:
err i am trying to authenticate from sql, not the users file
Then read the debug log. The server doesn't use the SQL module when it receives an Access-Request. Go fix that. That's why we keep telling people to run in debugging mode. Because you're supposed to READ IT. When you want the server to get the user information from SQL, and the word "sql" doesn't appear in the debug output... the problem should be pretty obvious. Alan DeKok.