Configuring LDAP group retrieval during authentication
You can set up your LDAP configuration in Remedy Single Sign-On to retrieve LDAP groups during authentication. This configuration enables authentication calls to retrieve user group and role details in addition to user information.
For more information about LDAP authentication in Remedy SSO, see LDAP authentication process.
To configure LDAP group retrieval in the console
- From the console, access the Realm tab.
- Click on your realm ID.
- Click Authentication.
- From the Authentication Type list, choose LDAP.
- Add LDAP bind information to facilitate logging on to the LDAP server.
- In the Server Host field, specify the server host name in a FQDN format.
- From the Server Port list, select the appropriate port for the LDAP server.
- In the Bind DN field, type the distinguished name (DN) of an LDAP user.
For example, CN=Administrator,CN=Users,DC=example,DC=com. - In the Bind Password field, enter the password for the LDAP user specified in the Bind DN.
- In the Users Base DN field, specify the starting location within the LDAP directory for performing user searches.
- Select Enable Group Retrieval.
On the User Authentication tab, enter the following information:
Field
Description
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.
For example, (&(objectClass=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.
On the Group Support Authentication tab, enter the following information.
Field
Description
Groups Base DN
Enter Base DN for group search.
If this is not specified, Users Base DN is used.
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=$DN$)).
When the Enable Group Retrieval check box is selected, this is a required field.
- Click Save to save the LDAP configuration changes and then click Save to save the changes made to the realm.