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 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.
# 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
ldapadd -f <file_name.ldif> -D "cn=Manager,dc=example,dc=com"
-w<password>
Copyright © 2012 CA.
All rights reserved.
|
|