Configuring LDAP with TMS on The AR System server
As an administrator, you can configure LDAP with Task Management System (TMS) on the Remedy AR System server.
LDAP configuration with TMS on the AR System server is done in two steps. First, the connection to the designated LDAP server is configured through ARDBC LDAP Configuration form with Remedy User or a browser. The next step is to edit the TMS:LDAPUser and TMS:LDAPGroup forms in Remedy Developer Studio. This procedure also covers integration with the Sun ONE directory server.
For more information about LDAP plug-ins, see LDAP plug-ins in BMC Remedy AR System in the Remedy AR System documentation.
To configure Active Directory Application Mode (AD/ADAM) Directory Servers
- Log in to Remedy Mid tier.
- Open the object-list.
- Search for and select the ARDBC LDAP form.
- Enter the LDAP server to use to relate the LDAP users and groups, and then click Save.
- Log in to Remedy Developer Studio.
- In the Servers list, select your server name, and then choose the Forms option.
- Choose Edit > Find, and type TMS:LDAPUser, click Find.
- Select the form, and then choose Form > Form Properties.
On the Vendor Information tab, replace the Table Name with the LDAP host and the Base DN for your LDAP configuration.
For example, replace the Table Name with the following value:ldap://172.23.237.64:389/
cn=users,dc=example,dc=com??sub?(objectclass=user)For Sun ONE directory server, use the following values:
ldap://172.23.237.64:389/
ou=people,dc=example,dc=com??sub?(objectclass=inetorgperson)- Because the distinguishedName property is not available for Sun ONE directory server, to get the Full DN, configure the entrydn property.
- In the TMS:LDAPUser form, double-click the distinguishedName field.
- In the Field Properties dialog box, click the Database tab.
- In the Name field, type entrydn.
- Click Save.
- Click OK to save your changes.
- Close the TMS:LDAPUser form, and then open the TMS:LDAPGroup form.
- Choose Form > Form Properties.
On the Vendor Information tab, replace the Table Name with the LDAP host and the Base DN for your LDAP configuration.
For example, replace the Table Name with the following value:ldap://172.23.237.64:389/
cn=users,dc=example,dc=com??sub?(objectclass=group)For Sun ONE directory server, use the following values:
ldap://172.23.237.64:389/
ou=people,dc=example,dc=com??sub?((objectclass=groupofnames)
(objectclass=groupofuniquenames))- Because the distinguishedName property is not available for Sun ONE directory server, to get the Full DN, configure the entrydn property.
- In the TMS:LDAPUser form, double-click the distinguishedName field.
- In the Field Properties dialog box, click the Database tab.
- In the Name field, type entrydn.
- Click Save.
- Click OK to save your changes.