Group filter in LDAP import
Adding a group filter in LDAP import can be done as mentioned in this article. However I had to do a minor change. I had to use
(name = myLDAPGroupName)
instead of
(objectClass=Group)
for the search filter under Setting->User->Edit LDAP config->Group section.
(name = myLDAPGroupName)
instead of
(objectClass=Group)
for the search filter under Setting->User->Edit LDAP config->Group section.
Comments
Post a Comment