Limiting LDAP to a Set of Groups

To limit the LDAP authorization realm to a set of groups, you must use the LDAP filter as follows:

  1. Navigate to Administration > Security.
  2. In the selection box, select Authorization (Groups).
  3. Create or edit an LDAP authorization realm that is associated with your authentication realm.
  4. In the Group Search Filter field, specify the name of the group you want to allow.

    For example:

    (&(name=automation)(member={0}))

    This filter limits the import of groups from LDAP to just the automation group.