Previous Topic: Create the Base Tree Structure

Next Topic: How to Configure the Directory Server as a 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.

    # Organization for example.com
    dn: root_DN (example.com)
    objectClass: dcObject
    objectClass: organization
    dc: example
    o: Example Corporation
    
    # Organizational Role for Directory Manager
    dn: cn=Manager,root_DN
    objectClass: organizationalRole
    objectClass: top
    cn: Manager
    description: Directory Manager
    
  2. Use the following command to add the entries.
    ldapadd -<file_name.ldif>
    -D "cn=Manager,dc=example,dc=com" -w<password>
    


Copyright © 2010 CA. All rights reserved. Email CA about this topic