Previous Topic: Point the Policy Server to the Directory Server

Next Topic: Set the SOA Security Manager 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 SOA Security Manager 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 SOA Security Manager 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. Navigate to policy_server_home\xps\db and open the following file:

    ActiveDirectory.ldif

  4. Manually replace each instance of <RootDN> with the actual value of the root DN.

    Example: dc=domain,dc=com

  5. Run the following command:
    smldapsetup ldmod -fpolicy_server_home\xps\db\ActiveDirectory.ldif
    
    policy_server_home

    Specifies the Policy Server installation path.

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