Hello,
Using CAS 6.5.1, active directory authentication. Trying to get password reset working and showing this error :
WARN [org.apereo.cas.pm.LdapPasswordManagementService] - <Could not locate LDAP attribute [phone] for [CN=user1,OU=xxxxx,DC=test,DC=test,DC=test,DC=test]>
My config details are:
cas.authn.pm.reset.mail.attribute-name=mail
cas.authn.pm.reset.mail.from=xxxxx@xxxxxx
cas.authn.pm.reset.mail.subject=Password Reset Request
# Used to sign/encrypt the password-reset link
cas.authn.pm.reset.crypto.enabled=true
cas.authn.pm.reset.crypto.encryption.key-size=512
cas.authn.pm.reset.crypto.signing.key-size=512
cas.authn.pm.reset.crypto.strategy-type=ENCRYPT_AND_SIGN
Ldap Attributes :
cas.authn.ldap[0].principalAttributeList=mail,sn,sAMAccountName:eppn,givenName,OU,cn,sn
I cannot see where it is finding Phone, am I missing something ?
Thanks