Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This section describes how to use Active Directory for authenticating users with the LDAP server.

The LDAP settings include:

  • General
  • Initial context factory 
  • Provider URL – the connection URL to the LDAP server (you can use several URLs to multiple LDAP servers separated by a space).
  • Manager Settings (optional)
  • Manager Path – the manager DN for searching users
  • Manager password – the manager’s password
  • Search Settings
  • Root path– the path for starting to search users.
  • Search filter– how to search the users in the LDAP directory; the {0} is replaced with username.
  • User path – full path of the user DN; the {0} is replaced with username. For example: uid={0},ou=people,cn=xplg
  • Unique id attribute – optional; which attribute of the user will be provided as the unique id of the user.
  • Display name attribute – optional; which attribute of the user will be provided as the display name of the user.
  • Further Settings
  • Group id pattern
  • Groups attribute

To configure Active Directory authentication:

  1. In Provider URL, type the URL to the active directory server – ldap://ACTIVEDIRECTORYSERVER:389/.
  2. In Search Filter, type sAMAccountName={0}{0} is replaced with the username.
  3. In User path, type USER_DOMAIN\{0}, where USER_DOMAIN is the domain of your users.
  4. In Unique id attribute, type sAMAccountName.
  5. In Display name attribute,type displayName.
  6. In Groups attribute, type memberOf.
  7. Click save.
    The LDAP configuration is saved. 

 

 

  • Siteminder Configuration: click the Siteminder Configuration link in order to configure it:
    • In order to set more header key for retrieving the user information which was authenticated, you may use ‘,’ as a separator between parameters. For Example: HTTP_SM_USER, HTTP_UID – in this case XpoLog will look for the user first in the HTTP_SM_USER header key, and then if not found in the HTTP_UID header key.
      You may use as many keys as you wish.
    • Save the Siteminder configuration, and save the general settings configuration. XpoLog will then associate users in XpoLog according to SiteMinder’s authentication.

 

  • No labels