Administration → Security Administration → Authentication Realms and Users → LDAP Authentication Configuration → Limiting LDAP Users by Group
To limit the LDAP authentication realm users by a specific group, you must use the LDAP filter as follows:
For example:
(&(memberOf=CN=automation,OU=LDAPTest Groups,DC=ldaptest,DC=net)(sAMAccountName={0}))
The first condition here, (memberOf=CN=automation,OU=LDAPTest Groups,DC=ldaptest,DC=net), limits the LDAP authentication realm to only the users belonging to the automation group.
Copyright © 2011–2019 Micro Focus or one of its affiliates. All rights reserved.