Hi All , i'm trying to configure CAS 5.1.9 with LDAP authentication , i have add ldap support dependency in pom.xml also i have add ldap configuration into cas.properites , and when i try to connect LDAP i have this 2 messages in cas.log
*cas.properites:* cas.authn.ldap[0].principalAttributeList=sn,cn:admin cas.authn.ldap[0].collectDnAttribute=false cas.authn.ldap[0].principalDnAttributeName=dc=XXX,dc=com cas.authn.ldap[0].allowMultiplePrincipalAttributeValues=true cas.authn.ldap[0].allowMissingPrincipalAttributeValue=true cas.authn.ldap[0].credentialCriteria= cas.authn.attributeRepository.ldap[0].providerClass=org.ldaptive.provider.unboundid.UnboundIDProvider #======================================== # Authentication #======================================== cas.authn.accept.users= cas.authn.ldap[0].type=AD cas.authn.ldap[0].ldapUrl=ldap:ldap://localhost:10389/dc=XXX,dc=com cas.authn.ldap[0].useSsl=false cas.authn.ldap[0].baseDn=ou=Users,dc=XXX,dc=com cas.authn.ldap[0].userFilter=uid={user} cas.authn.ldap[0].bindCredential=userPassword *cas.log* 1- /***************************/ N [org.apereo.cas.authentication.PolicyBasedAuthenticationManager] - <Authentication has failed. Credentials may be incorrect or CAS cannot find authentication handler that supports [admin@******.com] of type [UsernamePasswordCredential], which suggests a configuration problem.> 2018-08-31 14:51:28,279 INFO [org.apereo.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit trail record BEGIN /**************************/ 2-/**************************/ 2018-08-31 14:51:28,285 ERROR [org.apereo.cas.web.flow.AuthenticationExceptionHandlerAction] - <Unable to translate handler errors of the authentication exception [org.apereo.cas.authentication.AuthenticationException: 0 errors, 0 successes]Returning [UNKNOWN]> /***************************/ *pleas HELP HELP* -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/8baed680-b5ec-405a-8f13-b2b3054e7a88%40apereo.org.
