Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Next, you have to select the relevant object classes you want to extract from the Active Directory database. Select just two classes: "User" and "Person" as shown below.

NOTE: Because the attributes AD uses are different from a standard LDAP installation they won't match up, you'll have to manually configure them. Standard LDAP setups such as OpenLDAP by default use those attributes unless it's configured differently.

<center>

</center>

The next screen allows you to assemble the query for the Active Directory database using a graphical interface. The search base must be: "CN=Users, DC=example, DC=com", where the DC parameters have to represent your domain. The Filter is "proxyaddress=*". Use "cn" and "sn" as the first name and last name attributes, respectively. The email address is "userPrincipalName". The Alias, User group, and SIP password attributes will vary depending on what the admin of the Active Directory server configured.

...