Configuring the Apache Proxy Plug-in requires editing the http.conf file.
Follow these steps:
weblogic_home/server/lib/solaris
to
apache_home/modules
LoadModule weblogic_module modules/mod_wl_20.so
<IfModule mod_weblogic.c> WebLogicHost weblogic_server.com WebLogicPort 7001 MatchExpression /iam MatchExpression /castylesr5.1.1 </IfModule>
As a policy administrator you use the CA Identity Manager Administrative Tools to access the SQL scripts or LDAP schema text to add the IMS schema to the policy store. The identity administrator will have installed these tools in the Admin Tools folder. Follow one of the following procedures to configure the policy store:
Configure a Relational Database
Configure Sun Java Systems Directory Server or IBM Directory Server
Configure Microsoft Active Directory
Configure Novell eDirectory Server
Configure Oracle Internet Directory (OID)
After configuration, you can use your relational database as a SiteMinder policy store.
Follow these steps:
Note: For configuration instructions, see the SiteMinder Policy Server Installation Guide.
The preceding paths are default installation locations. The location for your installation may be different.
To configure a Java or IBM directory server you apply the appropriate schema file.
Follow these steps:
Note: For configuration instructions, see the CA SiteMinder Policy Server Installation Guide.
Adding the following schema files for your directory:
IBMDirectoryServer\V3.identityminder8
SunJavaSystemDirectoryServer\sundirectory_ims8.ldif
To configure a Microsoft Active Directory policy store, you apply the activedirectory_ims8.ldif script.
Follow these steps:
Note: For configuration instructions, see the CA SiteMinder Policy Server Installation Guide.
C:\Program Files\CA\Identity Manager\IAM Suite\Identity Manager\tools\policystore-schemas\MicrosoftActiveDirectory
The root organization must match the root organization that you specified when you configured the policy store in the Policy Server Management Console.
For example, if the root is dc=myorg,dc=com, replace
dn: CN=imdomainid6,CN=Schema,CN=Configuration,{root} with dn: CN=imdomainid6,CN=Schema,CN=Configuration,dc=myorg,dc=com
To configure a Microsoft ADAM policy store, you apply the adam_ims8.ldif script.
Follow these steps:
Note: For configuration instructions, see the CA SiteMinder Policy Server Installation Guide.
Make note of the CN value (the guid).
C:\Program Files\CA\Identity Manager\IAM Suite\Identity Manager\tools\policystore-schemas\MicrosoftActiveDirectory
For example, if the guid string is CN={39BC711D-7F27-4311-B6C0-68FDEE2917B8}, then replace every cn={guid} reference with CN={39BC711D-7F27-4311-B6C0-68FDEE2917B8}.
To configure a CA Directory server you create a custom schema file. In the steps that follow, dxserver_home is the directory where CA Directory is installed. The default source location for this file on Windows is C:\Program Files\CA\Identity Manager\IAM Suite\Identity Manager\tools\policystore-schemas\eTrustDirectory.
Follow these steps:
Note: For configuration instructions, see the CA SiteMinder Policy Server Installation Guide.
# Identity Manager Schema source "etrust_ims8.dxc";
set max-op-size=5000
Note: Upgrading CA Directory overwrites the limits.dxc file. Therefore, make sure that you reset max-op-size to 5000 after the upgrade is completed.
# schema source "company_name-schema.dxg"; #service limits source "company_name-limits.dxc";
where dsa_name is the name of the DSA using the customized configuration files.
dxserver stop dsa_name dxserver start dsa_name
To configure a Novell eDirectory Server policy store, you apply the novell_ims8.ldif script.
Follow these steps:
Note: For configuration instructions, see the CA SiteMinder Policy Server Installation Guide.
ldapsearch -h hostname -p port -b container -s sub -D admin_login -w password objectClass=ncpServer dn
For example:
ldapsearch -h 192.168.1.47 -p 389 -b "o=nwqa47container" -s sub -D "cn=admin,o=nwqa47container" -w password objectclass=ncpServer dn
The default location for novell_ims8.ldif on Windows is:
C:\Program Files\CA\Identity Manager\IAM Suite\Identity Manager\tools\policystore-schemas\NovelleDirectory
For example, if the DN value is cn=servername,o=servercontainer, you would replace every instance of NCPServer with cn=servername,o=servercontainer.
See the Novell eDirectory documentation for instructions.
To configure an Oracle Internet Directory you update the oracleoid ldif file.
Follow these steps:
Note: For configuration instructions, see the CA SiteMinder Policy Server Installation Guide.
install_path\policystore-schemas\OracleOID\
See the Oracle Internet Directory documentation for instructions.
To verify the policy store, confirm the following points:
*** IMS NO SCHEMA BEGIN
This warning appears only if you have installed the Extensions for the SiteMinder Policy Server, but you have not extended the policy store schema.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |