Add entries to the directory server so that SiteMinder has the necessary organization and organizational role information.
To add database entries
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
ldapadd -<file_name.ldif> -D "cn=Manager,dc=example,dc=com" -w<password>
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |