Previous Topic: How to Upgrade a 6.x Policy StoreNext Topic: Import the Base Policy Store Objects


Extend the OpenLDAP Policy Store Schema

You can extend an existing 6.x policy store schema to include the objects introduced by r12.0 SP3 by specifying the schema files in the include section of the slapd configuration file (slapd.conf). This ensures that the slapd process (the LDAP Directory Server daemon) reads the additional configuration information. The included files must follow the correct slapd configuration file format. There are no changes to the existing 6.x policy store schema.

Follow these steps:

  1. Add the following root node under ou=Netegrity,ou=SiteMinder,ou=PolicySvr4:

    ou=XPS

  2. Log in to the Policy Server host system.
  3. Navigate to siteminder_home/xps/db/tier2/openldap.
    siteminder_home

    Specifies the Policy Server installation path.

  4. Copy the following schema files to the schema folder in the OpenLDAP installation directory:
  5. Type the following in the include section of the slapd configuration file:
    ....
    .....
    include /usr/local/etc/openldap/schema/openldap_attribute_XPS.schema
    include /usr/local/etc/openldap/schema/openldap_object_XPS.schema
    

    Note: This procedure assumes that the OpenLDAP server is located at /usr/local/etc/openldap and that the schema files are located in the schema subdirectory.

    The policy store schema is extended to include the objects introduced by r12.0 SP3.