Previous Topic: How to Upgrade a 6.x Policy StoreNext 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.0 SP3 using the Critical Path's iCon GUI. There are no changes to the existing 6.x policy store schema.

Follow these steps:

  1. Start the DSA.
  2. Navigate to siteminder_home\bin.
    siteminder_home

    Specifies the Policy Server installation path.

  3. Run the following command:
    ldapmodify -hhost -pport -dAdminDN -wAdminPW -c
    -fsiteminder_home\xps\db\tier2\criticalpath\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).

    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.0 SP3.