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


Create the Policy Store Schema

You create the policy store schema so the directory server can function as a policy store and store SiteMinder objects.

To create the policy store schema

  1. Run the following command from the Policy Server host system:
    smldapsetup ldgen -ffile_name
    
    file_name

    Specifies the name of the LDIF file you are creating.

    An LDIF file with the SiteMinder schema is created.

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

    Specifies the name of the LDIF you created.

    smldapsetup imports the policy store schema.

  3. Run the following command:
    smldapsetup ldmod -fpolicy_server_home/xps/db/SunOne.ldif
    
    policy_server_home

    Specifies the Policy Server Installation path.

    The policy store schema is extended. You have created the policy store schema.