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:
    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. Navigate to siteminder_home\xps\db and open one of the following:
    siteminder_home

    Specifies the Policy Server installation path.

  4. Replace each instance of {guid} with the actual value of guid in braces and save the file.

    Example: {CF151EA3-53A0-44A4-B4AC-DA0EBB1FF200}

  5. Run the following command:
    smldapsetup ldmod -fsiteminder_home\xps\db\file_name.ldif
    
    siteminder_home

    Specifies the Policy Server installation path.

    file_name

    Specifies one of the following:

    • ADAM
    • ADLDS

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