13 Sep
2009
13 Sep
'09
11:01 a.m.
Thor Spruyt wrote:
Just wondering... i have an empty users file, and i use rlm_sql only to fetch the Cleartext-Password in the authorize section, like this: SELECT 1,username,'Cleartext-Password',password,':=' FROM account WHERE username='thor'
I then get this message in the debugging output: WARNING: Please update your configuration, and remove 'Auth-Type = Local' WARNING: Use the PAP or CHAP modules instead. User-Password in the request is correct.
I don't have "Auth-Type = Local" anywhere, nor with :=
It means that you don't have "pap" listed last in the "authorize" section. Alan DeKok.