Previous Topic: Specify the SiteMinder Schema FilesNext Topic: How to Configure the Directory Server as a Policy Store


Create the Base Tree Structure

You can create a base tree structure in the policy store.

Specify the following under the root DN:

ou=Netegrity,ou=SiteMinder,ou=PolicySvr4,ou=XPS

The base tree structure is created in the policy store.

Add Entries

Add entries to the directory server so that SiteMinder has the necessary organization and organizational role information.

To add database entries

  1. Create an LDIF file.

    Example: The following example contains an organization entry and an organizational role entry for the entries.ldif.

    # CA, example.com
    dn: ou=Netegrity,dc= example,dc=com
    ou: CA
    objectClass: organizationalUnit
    objectClass: top
    
    
    # SiteMinder, CA, example.com
    dn: ou=SiteMinder,ou=CA,dc= example,dc=com
    ou: SiteMinder
    objectClass: organizationalUnit
    objectClass: top
    
    
    # PolicySvr4, SiteMinder, CA, example.com
    dn: ou=PolicySvr4,ou=SiteMinder,ou=CA,dc= example,dc=com
    ou: PolicySvr4
    objectClass: organizationalUnit
    objectClass: top
    
    
    # XPS, policysvr4, siteminder, ca, example.com
    dn: ou=XPS,ou=policysvr4,ou=siteminder,ou=ca,dc= example,dc=com
    ou: XPS
    objectClass: organizationalUnit
    objectClass: top
    
  2. Use the following command to add the entries.
    ldapadd -f <file_name.ldif> -D "cn=Manager,dc=example,dc=com"
    
    -w<password>