+

Search Tips   |   Advanced Search

Solaris stand-alone: Prepare a Tivoli Directory Server


To use a Tivoli Directory Server as an LDAP user registry, install and set up the server so that it communicates with IBM WebSphere Portal.

Prepare Tivoli Directory Server:

  1. Install Tivoli Directory Server; refer to the Tivoli Directory Server Installation and Configuration Guide for instructions.

    Due to a restriction in Tivoli Directory Server, users or groups must not contain a Turkish uppercase dotted I or lowercase dotted i in the DN as this will prevent correct retrieval on that user or group.

  2. Use the Tivoli Directory Server Web Administration Tool to create the WebSphere Portal administrative user:

      To create a new directory suffix:

      1. Click the Server Administration folder

      2. Click Manage Server Properties > Suffix

      3. Type the Base DN name for the suffix; for example...

          dc=myco,dc=com

      4. Click Add.

      5. Click OK to save the changes.

    1. Edit PORTAL_HOME/installer/wp.iim/ldif:

      • Use PortalUsers.ldif as a working example .

      • Use ContentUsers.ldif for the IBM Content Manager group and user IDs if you configured IBM Content Manager.

    2. Replace every dc=myco,dc=com with your suffix.

    3. Replace any prefixes and suffixes that are unique to your LDAP server.

    4. We can specify user names other than wpsadmin and wpsbind.

    5. Save the changes.

    6. Import the LDIF file.


Parent: Solaris stand-alone: Prepare user registries