13 Jul
2005
13 Jul
'05
1:06 p.m.
"melvin" <melvin.wong@muvee.com> wrote:
Currently I need to use ldap to authenticate my users and I keep encountering the same problem "rlm_ldap: Attribute "User-Password" is required for authentication".
Read the rest of the debug log. You have told the LDAP module to perform authentication.
I have tried adding "checkItem User-Password userPassword" into ldap.attrmap but it still doesn't work.
Because the LDAP module is trying to use the password in the RADIUS packet to log into the LDAP server. Don't set "Auth-Type = LDAP" Alan DeKok.