FreeRADIUS + OpenLDAP for Wireless authentication
Alan DeKok
aland at deployingradius.com
Thu May 23 00:02:39 CEST 2013
Mantas Šiurkus wrote:
> I uncommented two lines in freeradius/modules/ldap
That helps.
> [ldap] userPassword -> Password-With-Header == "pass123"
That's not the standard format for a password. However... if you're
doing to store plain-text passwords in LDAP, you can edit
raddb/ldap.attrmap. Find the line:
checkitem Password-With-Header userPassword
And change it to:
checkitem Cleartext-Password userPassword
That should fix it.
Alan DeKok.
More information about the Freeradius-Users
mailing list