Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
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
Environment 7.1.7
in LDAP by (210 points)

1 Answer

0 votes
I'm facing the same problem, any news?
by (200 points)
...