23 May
2013
23 May
'13
3:30 a.m.
On 05/23/2013 01:02 AM, Alan DeKok wrote:
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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html Thank You Alan. Now when I changed this line everything works. Now can connect from android and from Windows OS. Very fast and good solution. Thanks again.
Very good mailing list.