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

Next Topic: Import the Base Policy Store Objects

Extend the Oracle Internet Directory Policy Store Schema

You can extend a 6.x policy store schema to include the objects introduced by r12.1 SP3. There are no changes to the existing 6.x policy store schema.

To extend the Oracle Internet Directory policy store schema

  1. Navigate to policy_server_home/bin or policy_server_home\bin.
    policy_server_home

    Specifies the Policy Server installation path.

  2. Run the following command:
    ldapmodify -hhost -pport -dAdminDN -wAdminPW
    -c -fpath/xps/oid_10g/OID_10g.ldif
    -Z -Pcert
    
    -hhost

    Specifies the IP address of the LDAP directory server.

    Example: 123.123.12.12

    -pport

    Specifies the port number of the LDAP directory server.

    Example: 3500

    -dAdminDN

    Specifies the name of the LDAP user who has the privileges needed to create a new LDAP schema in the LDAP directory server.

    -wAdminPW

    Specifies the password of the administrator specified by the -d option.

    -c

    Specifies continuous mode (do not stop on errors).

    -fpath

    Specifies the path to the schema files extracted from the tier 2 directory zip.

    -Z

    Specifies an SSL-encrypted connection.

    -Pcert

    Specifies the path of the directory where the SSL client certificate database file (cert7.db) exists.

    Example:

    If cert7.db exists in app/siteminder/ssl, specify:

    -Papp/siteminder/ssl
    

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