You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I configure the LDAP filter with two LDAP groups like this, it fails: (memberOf=CN=&group1,OU=temp_staff,DC=internal,DC=company,DC=com(memberOf=CN=&group2,OU=permanent_staff,DC=internal,DC=company,DC=com))
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to setup an LDAP filter for two different LDAP groups
When I configure one LDAP group like this, it works:
memberOf=CN=&group1,OU=temp_staff,DC=internal,DC=company,DC=com
When I configure the LDAP filter with two LDAP groups like this, it fails:
(memberOf=CN=&group1,OU=temp_staff,DC=internal,DC=company,DC=com(memberOf=CN=&group2,OU=permanent_staff,DC=internal,DC=company,DC=com))
Is there a way to make this work as intended?
Beta Was this translation helpful? Give feedback.
All reactions