Previous Topic: How to Configure a Red Hat Directory Server as a Policy StoreNext Topic: Set the SiteMinder Super User Password


Create the Policy Store Schema in a Red Hat Directory Server

You can create the policy store schema in a Red Hat Directory Server.

Follow these steps:

  1. Log in to the Policy Server host system.
  2. Run the following command:
    smldapsetup ldgen -fschema_file
    
    schema_file

    Specifies the name of the LDIF file you are creating.

    An LDIF file is created using the policy store schema.

  3. Run the following command:
    smldapsetup ldmod -fschema_file
    
    schema_file

    Specifies the name of the LDIF file you created.

    The policy store schema is imported.

  4. Do the following:
    1. Restart the directory server. Restarting the directory server is required to save the policy store schema correctly.
    2. Repeat step 3. Restarting the directory server removed the policy store root. Importing the policy store schema again is required to create the policy store root.
  5. Run the following command:
    smldapsetup ldmod
    -fsiteminder_home/xps/db/tier2/redhat/RedHat_7_1.ldif
    
    siteminder_home

    Specifies the Policy Server installation path.

    The policy store schema is extended for XPS.

The policy store schema is created.