19 May
2011
19 May
'11
6:29 a.m.
On Thu, May 19, 2011 at 09:39:05AM +0400, Alexander M. Pravkin wrote:
(This could be helpful for a migration where a user could be logging in with one of several variants of the password in the database)
You can use LDAP for authentication. At least OpenLDAP allows multiple userPassword's: bind succeeds if supplied password matches any.
Unforunately, LDAP bind authentication doesn't work for CHAP (which is used by the majority of ADSL in the UK). rlm_auth_chap needs the cleartext password.