Previous Topic: Create an LDIF file Containing Groups

Next Topic: Set Up Websphere Portal Server

Load the LDIF Files Into the DSA

The DXmodify tool can load data from an LDIF file into a DSA.

To load the LDIF files

  1. Use the following command to load the LDIF file containing the users:
    dxmodify -a -c -h hostname -p 19389 -f wpsusers.ldif
    
  2. Use the following command to load the LDIF file containing the groups:
    dxmodify -a -c -h hostname -p 19389 -f wpsgroups.ldif
    
  3. When the load is completed, start JXwebplorer and connect to port 19389. User anonymous connection, as we have not activated any directory access controls as yet.
  4. Once connected, expand all the DIT subtrees, and you should see exactly the same entries, as displayed in the image below.

    Loading the LDIF Files Into CA Directory.

You have now set up CA Directory act as the LDAP repository for Websphere Portal Server.