Configuring LDAP with TMS on the AR System server
As an administrator, you can configure LDAP with the Task ManagementSystem (TMS) on the Action Request System.
LDAP configuration with TMS on the Action Request System is done in two steps. First, the connection to the designated LDAP server is configured through ARDBC LDAP Configuration form with AR System User or a browser. The next step is to edit the TMS:LDAPUser and TMS:LDAPGroup forms in 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 AR System in the Action Request System online documentation.
To configure Active Directory Application Mode (AD/ADAM) Directory Servers
- Log in to 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 Developer Studio.
- In the Servers list, select your server name, and then select the Forms option.
- Select Edit > Find, enter TMS:LDAPUser, and click Find.
- Select the form, and then select 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, enter entrydn.
- Click Save.
- Click OK to save your changes.
- Close the TMS:LDAPUser form, and then open the TMS:LDAPGroup form.
- Select 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, enter entrydn.
- Click Save.
- Click OK to save your changes.