Prepare an IBM Directory Server
If you plan to use a IBM Directory Server as an LDAP user registry, you must install and set up the server so that it communicates with HCL Digital Experience.
-
Install IBM® Directory Server. Refer to the IBM Directory Server Installation and Configuration Guide for instructions.
Restriction
Users or groups must not contain a Turkish uppercase dotted I or lowercase dotted i in the distinguished name. It prevents correct retrieval of that user or group.
-
Complete the following steps with the IBM Directory Server web administration tool to create the HCL Portal administrative user:
-
Complete the following steps to create a directory suffix:
- Click the Server Administration folder in the directory server console navigation.
- Click the Manage Server Properties folder under the Server Administration folder and then select Suffixes on the main page.
- Type the Base DN name for the suffix; for example: dc=yourcompany,dc=com.
- Click Add.
- Click OK to save your changes.
-
Open the appropriate LDIF file in the PortalServer_root/installer/wp.iim/ldif directory, with a text editor:
- Use the PortalUsers.ldif file as a working example and adapt appropriately to work with your LDAP server.
- Use the ContentUsers.ldif file for the HCL Content Manager group and user ID if you configured HCL Content Manager.
-
Replace every dc=yourco,dc=com with your suffix.
-
Replace any prefixes and suffixes that are unique to your LDAP server.
-
You can specify user names other than wpsadmin and wpsbind. For security reasons, specify nontrivial passwords for these administrator accounts.
-
Save your changes.
-
Complete the instructions that are provided with your directory server to import the LDIF file.
-
-
Complete the following steps to create the HCL Portal administrative user:
-
Open the appropriate LDIF file in the PortalServer_root/installer/wp.iim/ldif directory, with a text editor:
- Use the PortalUsers.ldif file as a working example and adapt appropriately to work with your LDAP server.
- Use the ContentUsers.ldif file for the HCL Content Manager group and user ID if you configured HCL Content Manager.
-
Replace every dc=yourco,dc=com with your suffix.
-
Replace any prefixes and suffixes that are unique to your LDAP server.
-
You can specify user names other than wpsadmin and wpsbind. For security reasons, specify nontrivial passwords for these administrator accounts.
-
If you use IBM Security Access Manager Version 5.1, set the objectclasses to accessGroup. If you use Security Access Manager Version 6, set the objectclasses to groupOfNames.
-
Save your changes.
-
Complete the instructions that are provided with your directory server to import the LDIF file.
-