Hello everybody. I am using CAS 5.1.x, which shall find the user authentication data in LDAP. Therefore, I configured the following settings (in addition to many others):
cas.authn.ldap[0].bindDn=cn=admin,ou=users,dc=mydomain,dc=de cas.authn.ldap[0].bindCredential=mypassword Since I also configured the following, it means that "admin" is a valid user that the CAS logs in. cas.authn.ldap[0].dnFormat=cn=%s,ou=users,dc=mydomain,dc=de What is the recommended way to store the CAS authentication data in LDAP to prevent that the LDAP admin user can also login into CAS? Should I put all authentication data below a separated LDAP node, for example, ou=users,dc=cas,dc=mydomain,dc=de, so CAS searches CAS users in another location than the LDAP user location? Thanks for your feedback. Regards, Michael. -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- 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/1e807dff-64e5-4811-9f0b-621554780bd3%40apereo.org.
