Ok. I tried to follow the link to setup LDAP authentication and it's not working.
https://apereo.github.io/cas/development/installation/Configuration-Properties.html#ldap-authentication I configured the following in cas.properties but I'm not sure if I'm on the right path: ## # CAS Authentication Policy # cas.authn.policy.any.tryall=false cas.authn.policy.req.tryall=true cas.authn.policy.req.handlername=ldapAuthenticationHandler #cas.authn.policy.req.handlername=org.apereo.cas.authentication.LdapAuthenticationHandler cas.authn.policy.req.enabled=true ## # Ldap Authentication # cas.authn.accept.users= cas.authn.ldap[0].ldapUrl=ldap://localhost:389 cas.authn.ldap[0].useSsl=false cas.authn.ldap[0].useStartTls=false cas.authn.ldap[0].connectTimeout=5000 I don't know how to configure the deployerConfigContext.xml if that's even needed at all. I found an overlay someone uploaded and it had something along these lines but it's not correct. <util:map id="authenticationHandlersAndResolvers"> <entry key-ref="ldapAuthenticationHandler" value-ref="#{null}" /> </util:map> Any help would be most appreciated. -Jeff -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/19c7df38-79f9-4330-be63-6134ba7f21f8%40apereo.org. For more options, visit https://groups.google.com/a/apereo.org/d/optout.
