22 May
2013
22 May
'13
6:02 p.m.
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.