3 Mar
2014
3 Mar
'14
9:13 a.m.
Adam Seed wrote:
I have changed my passwords in the ldap (im using openLDAP with phpldapadmin) to be clear text but still getting radius rejected issue.
Well... READING the debug output would help.
[pap] Failed to decode Password-With-Header = "Password01"
So... you didn't put a header onto the password. You DID put one for MD5. e.g. {MD5}dg373h30 You'll need to use {clear}Password01 Alan DeKok.