Previous Topic: How to Upgrade a 6.x Policy Store

Next Topic: Import the Base Policy Store Objects

Extend the inJoin Policy Store Schema

You can extend an existing 6.x policy store schema to include the objects introduced by r12.1 SP3 using the Critical Path's iCon GUI. There are no changes to the existing 6.x policy store schema.

To extend an existing inJoin policy store schema

  1. Start the DSA.
  2. Navigate to policy_server_home/bin.
    policy_server_home

    Specifies the Policy Server installation path.

  3. Run the following command:
    ldapmodify -hhost -pport -dAdminDN -wAdminPW -c
    -fpath\xps\CriticalPath.ldif
    
    -hhost

    Specifies the IP address of the LDAP server.

    -pport

    Specifies the port number of the LDAP server.

    -dAdminDN

    Specifies the name of an LDAP user with privileges to create a new LDAP schema on the LDAP directory server.

    Example: cn=manager

    -wAdminPW

    Specifies the password of the LDAP user with privileges to create a new LDAP schema on the LDAP directory server.

    -c

    Specifies continuous mode (do not stop on errors).

    -fpath

    Specifies the path and name of the XPS upgrade file that is supplied with r12.1 SP3.

    Note: ldapmodify requires version 4.2 of the Critical Path inJoin Directory Server.

  4. Reload the schema, or verify that the schema has been updated.
  5. Go to dsa, comms, LDAP, change the "paging mode" option to "always", and restart the DSA.

    The policy store schema is extended to include the objects introduced by r12.1 SP3.