Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The placeholder ^s will be substituted with the original value from the login e.g. account@domain.

Approach 1: Using Usersearch to find memberOf Attribute

This approach looks for the Account entry and reads the memberOf attribute. This attribute is often used when, for example, configuring Microsoft Active Directory® LDAP servers. 

...

Hint: if the attribute name in your environment is not the default memberOf then you can specify the name of the attribute with the groupNameAttribute key as described in the next section.

Approach 2: Using Groupsearch to find groups an account is member

If the Account entries have the memberOf attribute then you can skip this section and proceed with Using memberOf with User Search.

...