Previous Topic: Point the Policy Server to the Directory ServerNext Topic: Set the SiteMinder Super User Password


Create the Policy Store Schema

You can create the policy store schema to include the objects introduced by r12.0 SP3.

To create the policy store schema

  1. Run the following command:
    smldapsetup ldgen -ffile_name.ldif
    
    -ffile_name

    Specifies the name of the schema file that you are creating.

  2. Run the following command:
    smldapsetup ldmod -ffile_name.ldif
    
    -ffile_name

    Specifies the name of the schema file that you created.

  3. Run the following command:
    ldapmodify -hhost -pport -dAdminDN -wAdminPW
    
    -c -fsiteminder_home/xps/db/tier2/oid_10g/OID_10g.ldif
    -Z -Pcert
    

    Note: Although the schema file is version–specific, you can use this file to import the policy store schema for all supported versions of OID.

    -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).

    -fsiteminder_home

    Specifies the Policy Server installation path.

    -Z

    Specifies an SSL-encrypted connection.

    -Pcert

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

    Example:

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

    -Papp/siteminder/ssl
    

    The policy store schema is created for r12.0 SP3.