Prepare a SecureWay Security Server
To use a SecureWay Security Server as an LDAP user registry, install and set up the server so that it communicates with HCL WebSphere Portal.
- Install SecureWay Security Server. Refer to IBM SecureWay Security Server for z/OS and OS/390 for information.
- Complete the following steps with the web administration tool to create the HCL WebSphere Portal administrative user:
- Optional: 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=mycompany,dc=com.
- Click Add.
- Click OK to save 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 adapted appropriately to work with the LDAP server.
- Use the ContentUsers.ldif file for the IBM Content Manager group and user ID if we configured HCL Web Content Manager.
- Replace every dc=myco,dc=com with your suffix.
- Replace any prefixes and suffixes that are unique to the LDAP server.
- We can specify user names other than wpsadmin and wpsbind. For security reasons, specify nontrivial passwords for these administrator accounts.
- Save changes.
- Complete the instructions that are provided with your directory server to import the LDIF file.
- Complete the following steps to create the HCL WebSphere Portal administrative user:
- Optional: Complete the following steps to create a directory suffix:
- Go to IBM System i and IBM i Information Center, select the appropriate documentation version and go to Networking > TCP/IP applications, protocols, and services > IBM Directory Server for iSeries (LDAP) > Administering Directory Server > General administration tasks > Adding and Removing Directory Server suffixes for information.
- Stop and restart the LDAP server.
- 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 adapted appropriately to work with the LDAP server.
- Use the ContentUsers.ldif file for the IBM Content Manager group and user ID if we configured HCL Web Content Manager.
- Replace every dc=myco,dc=com with your suffix.
- Replace any prefixes and suffixes that are unique to the LDAP server.
- We can specify user names other than wpsadmin and wpsbind. For security reasons, specify nontrivial passwords for these administrator accounts.
- Optional: If we use IBM Security Access Manager Version 5.1, set the objectclasses to accessGroup. If we use Security Access Manager Version 6, set the objectclasses to par.
- Save changes.
- Complete the instructions that are provided with your directory server to import the LDIF file.
Parent topic: Prepare the user registry software