Previous Topic: Extend the Active Directory Policy Store SchemaNext Topic: Extend the CA Directory Policy Store Schema


Extend the ADAM Policy Store Schema

You extend the policy store schema to store objects introduced by r12.0 SP3. The existing r6.x policy store schema has not changed.

To extend the ADAM policy store schema

  1. Navigate to policy_server_home/xps/db and open the ADAM.ldif file.
    policy_server_home

    Specifies the Policy Server installation path.

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

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

  3. Navigate to policy_server_home/bin from a command window.
  4. Run the following command:
    smldapsetup ldmod -fpolicy_server_home/xps/db/ADAM.ldif
    

    The policy store schema is extended for objects required by r12.0 SP3.

    Important! Before running a SiteMinder utility or executable on Windows Server 2008, open the command line window with administrator permissions. Open the command line window this way, even if your account has administrator privileges.

Extend Policy Store Schema for Your Active Directory LDS Server

Follow these steps:

  1. Copy the following ZIP file to a Policy Server host system and extract it to a temporary location:
    policy_store_schema_ext.zip
    
  2. Navigate to the following directory:
    schema_extension\db\Active Directory LDS
    
  3. Open the ADLDS.ldif file and replace each instance of {guid} with the actual value of guid in the braces.

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

  4. Save the file.
  5. Navigate to siteminder_home/bin from a command window.
    siteminder_home

    Specifies the Policy Server installation path

  6. Run the following command:
    smldapsetup ldmod -fpath/ADLDS.ldif
    
    path

    Specifies the path to the schema file.

    The policy store schema is extended.