Configuring LDAP or Active Directory in Remedy SSO
Before you begin
You must have installed and configured the Remedy SSO to work with the Presentation Server and its component products. For details, see Planning to deploy Remedy SSO and Installing Remedy Single Sign-On.
- You must migrate the user data from your existing authentication mode to Remedy SSO. For details, see Migrating-internal-user-data-from-Atrium-Single-Sign-On-to-Remedy-Single-Sign-On.
To configure LDAP or Active Directory in Remedy SSO
Before you begin
- Ensure that you have performed the Remedy SSO server configuration. If you intend to use SASL, it is mandatory to set up the SP details similar to SAML. For more information on server configuration, see Configuring-the-Remedy-SSO-server.
- Configure a realm for the authentication. For more information on realm configuration, see Configuring Realms.
- Ensure that a LDAP server is configured.
Import the certificates for the LDAP server to the truststore of Apache Tomcat used by Remedy SSO if you want to use TLS/SSL connection to the LDAP server. For example, JavaHome \jre\lib\security\cacerts, where cacerts is the truststore file. You can use third-party utilities such as KeyStore Explorer to import the certificates.
- Obtain the following information from the LDAP administrator:
- Host name of the LDAP server
- Port number of the LDAP server
- Distinguished name of the bind LDAP user
- Password of the bind LDAP user
- Starting location within the LDAP directory for performing user searches
- User attribute on which search is performed
- Note that Remedy SSO does not follow referrals.
To configure the LDAP authentication
- In the left navigation pane of the Add Realm or Edit Realm page, click Authentication.
- In the Authentication Type field, click LDAP.
- (Optional) Select the Enable AR authentication for bypass check box to enable bypass URL to authenticate against AR. For more information about enabling BMC Remedy AR System authentication for bypass, see Enabling AR System authentication for bypass.
Enter the following LDAP details.
Field
Description
Preset
Select a preset (Active Directory, AD Hierarchical) to fill the LDAP filters with predefined values for the most common LDAP implementations. Use AD Hierarchical to search within nested groups. You may change filters to tune queries as well.
Server Host
Host's Fully Qualified Domain Name (FQDN) for the LDAP server.
To use SASL, enter only the host name and do not include the domain name. Or enter as host name.local.
Server Port
Port number for the LDAP server, for example, 389.
Use TLS connection
Select to enable TLS to connect to the LDAP server.
Bind DN
Type the distinguished name (DN) of an LDAP user. For example, CN=User, CN=Users, DC=example, DC=com.
This is the bind distinguished name for querying LDAP and hence this account must have privileges to search the directory.
To use SASL, leave the field as blank as it will be disabled when you select SASL.
Bind Password
Enter the password for LDAP user with the bind distinguished name.
To use SASL, leave the field as blank as it will be disabled when you select SASL.
Users Base 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.
For example, CN=Users,DC=example,DC=com.
To use SASL, leave the field as blank as it will be disabled when you select SASL.
Enable Group Retrieval
Select the check box to enable Remedy SSO to display the groups list for the authenticated user as a part of the login process. It is used by applications such as TrueSight Orchestration (formerly BMC Atrium Orchestrator) for supporting authorization based on Remedy SSO.
Search Scope
Select one of the options (One Level, Subtree) to provide the scope for search.
Use SASL
Select to enable SASL. The fields SASL Mechanism and Quality of Protection are displayed.
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 manually populate the filters - User Search Filter and Get All Users Filter, and do not use the Preset button. When the Preset button is clicked, the fields Bind DN and Bind Password are enabled and are marked as required.
SASL Mechanism
Select a SASL authentication method. You can select one of the following methods:
- DIGEST-MD5
- GSSAPI
This field is displayed only if you select Use SASL.
Quality of Protection
Specify the integrity and privacy protection that SASL mechanism should support. You can select one of the following options:
- Authentication only
- Authentication with integration protection
- Authentication with integrity and privacy protection
This field is displayed only if you select Use SASL.
User Authentication
User Search Filter
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$)).
Identity Attribute
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.
For example, sAMAccountName.
This field is not displayed if you had selected Use SASL.
Get All Users Filter
Enter the LDAP query to display all LDAP users, for example (objectCategory=user).
The filter can be used by integrated application for administration purposes to browse all users in LDAP to be considered as authorization subjects.
Group Support
Users of Group Filter
Enter the LDAP query to return the groups list for a particular group.
The group is specified by $GROUP$ macro, for example - (&(objectCategory=user)(memberOf=$GROUP$)). Groups information can be used by an integrated application for administration and authorization purposes.
Groups Base DN
Enter Base DN for group search.
If this is not specified, Users Base DN is used.
Group Search Filter
Enter the LDAP query to display the list of all groups, for example - (objectCategory=group).
The filter can be used by an integrated application for administration purposes to browse all groups to be considered as authorization subjects.
Group Name Attribute
Enter the attribute to be used as group name.
For example, cn.
Groups of User Filter
Enter the LDAP query to return the list of the groups for a particular user. The user is specified by $DN$ macro. For example,
(&(objectCategory=group)(member=$USER$)).
When the Enable Group Retrieval check box is selected, this is a required field.
This field (Groups of User Filter) can be used by an integrated application for administration purposes to browse the groups for a particular user. In addition, an administrator may use the keyword $DN$.
- (Optional) Click Test to verify the settings.
- (Optional) Click Enable Chaining Mode and perform the following steps to enable authentication chaining. For more information about the authentications that you can chain with LDAP, see Authentication-chaining.
- Click Add Authentication.
- Select the required authentication type and enter the authentication details.
- Repeat steps a through b to add more authentications for the realm.
- Click Save.
Where to go from here