Versions Compared

Key

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

...

2. Find a valid user that resides in the Directory Server. For example, let's say a valid user name is "AdminSOA." Update the Admin user section of your LDAP configuration as follows.

Info
titleNote

You don't have to update the password element. Just leave it as it is.

...

Following are the properties related to reading roles based on a backlink attribute.

Code Block

<Property name="ReadLDAPGroups">true</Property>

<Property name="GroupSearchBase">cn=users,dc=wso2,dc=lk</Property>

<Property name="GroupSearchFilter">(objectcategory=group)</Property>

<Property name="GroupNameAttribute">cn</Property>

<Property name="MemberOfAttribute">memberOf</Property>

See detailed descriptions of each of the above-mentioned properties here.

Excerpt
hiddentrue

Instructions on how to configure an external Active Directory User Store.