Setting

Description

Group Members Attribute

The attribute field to use when loading the group's members. Example:

  • member

User Membership Attribute

The attribute field to use when loading the user's groups. Example:

  • memberOf

Use the User Membership Attribute, when finding the user's group membership

Select the check box if your directory server supports the group membership attribute on the user. (By default, this is the 'memberOf' attribute.)

  • If this check box is selected, your application will use the group membership attribute on the user when retrieving the members of a given group. This will result in a more efficient retrieval.
  • If this check box is not selected, your application will use the members attribute on the group ('member' by default) for the search.
  • No labels