Dear All,
we are facing an issue to authenticate users from different OUs examples are Staff OU and Customer OU
Now we need a mechanism to add all these users from different OUs
INITIAL_CONTEXT_FACTORY = com.sun.jndi.ldap.LdapCtxFactory
PROVIDER_URL = ldap://xx.xx.xx.xx:389
SECURITY_AUTHENTICATION = simple
DN_PREFIX = CN=
DN_POSTFIX = ,OU=staff,DC=example,DC=com
AUTHENTICATION_FILTER = (&(enabled=false)(!(deprecated=true)))
USER_ROLES_ATTRIBUTE_NAME = isMemberOf
USER_ROLES_ATTRIBUTE_FIELD = cn