(RADIATOR) NoCheckPassword with <AuthBy SQL>
Herman Scholtens
radiator at hermanscholtens.com
Sat Dec 31 11:41:03 CST 2005
Hello,
I would like to use the NoCheckPassword feature in combination with the
<AuthBy SQL> (So do no password checking for a specific handler)
According to http://www.open.com.au/radiator/ref.html#pgfId=399936, "All
AuthBy clauses understand the following parameters:"
Unfortunately the <AuthBy SQL> clause doesn't support the "NoCheckPassword"
feature.
<Handler Realm = xxxxx.abc>
<AuthBy SQL>
NoCheckPassword # This doesn't seem to work..
NoDefault
AuthSelect Select PASSWORD, CHECKATTR, REPLYATTR from Users
where USERNAME='%n'
DBSource dbi:mysql:%{GlobalVar:AuthDb}
DBUsername %{GlobalVar:AuthUser}
DBAuth %{GlobalVar:AuthPass}
</AuthBy>
</Handler>
In the logfile you see:
Sat Dec 31 18:08:10 2005: ERR: Unknown keyword 'NoCheckPassword' in
/usr/local/etc/raddb/radiator.cfg line 437
Can somebody tell me if this is a bug, or if I'm doing something wrong?
Maybe there are alternatives to get the result of not checking the Users'
password?
--
Regards,
Herman Scholtens
--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
More information about the radiator
mailing list