Setting up LDAP or Active Directory users in Remedy SSO - Documentation for BMC TrueSight Presentation Server 11.3.04
The IP address or host name of the LDAP sever.
To use SASL, enter the host name (not the domain name).
If you have LDAP failover configuration, add several LDAP server hosts. This will help to handle a situation when one of the servers is down, and the other server is up and running. If the connection to the first server fails, Remedy SSO will automatically redirect the request to another server.
389Type the distinguished name (DN) of an LDAP user.
This is the bind distinguished name for querying LDAP, and hence this account must have privileges to search the directory.
CN=User,CN=Users,DC=example,DC=comEnter the password of the LDAP user with the Bind DN.
Starting location within the LDAP directory for performing user searches.
The search DNs should be as specific as possible for performance reasons. The depth of the search that is performed can be configured. If an object search is specified, then the Base DN should be the DN of the node containing the users.
CN=Users,DC=example,DC=com2000EnablesRemedy SSO to retrieve the groups list of an authenticated user as a part of the login process. Groups retrieval might be required by applications such as TrueSight Orchestration (formerly BMC Atrium Orchestrator) to support Remedy SSOauthorization.
- One Level
- Subtree
Select a preset to fill the LDAP filters with predefined values for the most common LDAP implementations.
To search within nested groups, select AD Hierarchical. You can clear the filters, and type queries for User Authentication and Group Support fields.
- Active Directory
- AD Hierarchical
Select to enable SASL.
Note that if you select Use SASL as the first field, after switching to the Authentication window (omitting all other fields), the fields Bind DN, Bind Password, and Users Base DN are disabled.
Additionally, if Bind DN and Users Base DN are disabled, then you must manually populate the User Search Filter and Get All Users Filter filters, and do not use the Preset button.
If you click the Preset button, the fields Bind DN and Bind Password are enabled and are marked as required.
Select a SASL authentication method.
- DIGEST-MD5
- GSSAPI
- Authentication only
- Authentication with integration protection
- Authentication with integrity and privacy protection
Enter the LDAP query to search for the user to be authenticated and if found to display the user's distinguished name.
User is specified by $USER$ macro, for example - (&(objectCategory=user)(sAMAccountName=$USER$)).
Enter the attribute to be used as a user name. It will be later provided as a user's name to the integrated systems with Remedy SSO.
This field is not displayed if selected the Use SASL check box.
sAMAccountNameEnter the LDAP query to display all LDAP users.
The filter can be used by integrated application for administration purposes to browse all users in LDAP to be considered as authorization subjects.
(objectCategory=user)Enter the LDAP query to return the groups list for a particular group.
The group is specified by the $GROUP$ macro.
Groups information can be used by an integrated application for administration and authorization purposes.
(&(objectCategory=user)(memberOf=$GROUP$))Enter a Base DN for a group search.
If you do not specify any value, users Base DN is used.
Enter the LDAP query to display the list of all groups.
The filter can be used by an integrated application for administration purposes to browse all groups to be considered as authorization subjects.
(objectCategory=group)Enter the attribute to be used as group name.
cnIn this field, enter the LDAP query to return the list of groups for a particular user.
The user is specified by the $DN$ macro.
The value that you specify in this field can be used by an integrated application for administration purposes, such as browsing for groups of a particular user.
(&(objectCategory=group)(member=$USER$))