This documentation applies to the 8.1 version of Change Management, which is in "End of Version Support." You will not be able to leave comments.

To view the latest version, select the version from the Product version menu.

Configuring LDAP with TMS on The AR System server

This section describes how to configure LDAP with Task Management System (TMS) on the BMC 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 BMC Remedy User or a browser. The next step is to edit the TMS:LDAPUser and TMS:LDAPGroup forms in BMC 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 BMC Remedy AR System documentation.

Note

You must be a BMC Remedy Action Request System Administrator user to perform this procedure.

To configure Active Directory Application Mode (AD/ADAM) Directory Servers

  1. Log in to BMC Remedy User.
  2. You can also access the form from a browser.
  3. Open the object-list.
  4. Search for and select the ARDBC LDAP form.
  5. Enter the LDAP server to use to relate the LDAP users and groups, and then click Save.
  6. Log in to BMC Remedy Developer Studio.
  7. In the Servers list, select your server name, and then choose the Forms option.
  8. Choose Edit > Find, and type TMS:LDAPUser, click Find.
  9. Select the form, and then choose Form > Form Properties.
  10. 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)
    
  11. Because the distinguishedName property is not available for Sun ONE directory server, to get the Full DN, configure the entrydn property.
    1. In the TMS:LDAPUser form, double-click the distinguishedName field.
    2. In the Field Properties dialog box, click the Database tab.
    3. In the Name field, type entrydn.
    4. Click Save.
  12. Click OK to save your changes.
  13. Close the TMS:LDAPUser form, and then open the TMS:LDAPGroup form.
  14. Choose Form > Form Properties.
  15. 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))
  16. Because the distinguishedName property is not available for Sun ONE directory server, to get the Full DN, configure the entrydn property.
    1. In the TMS:LDAPUser form, double-click the distinguishedName field.
    2. In the Field Properties dialog box, click the Database tab.
    3. In the Name field, type entrydn.
    4. Click Save.
  17. Click OK to save your changes.
Was this page helpful? Yes No Submitting... Thank you

Comments