In SiteMinder 6.x, you can configure the Policy Server to use a Novell eDirectory residing on a UNIX, Windows, or NetWare system as a policy store or user directory. To use eDirectory as a policy store or user directory, the Novell eDirectory schema must be extended to include SiteMinder 6.x objects.
Before you begin, be sure that you have the following installed:
Important! Before running a SiteMinder utility or executable on Windows Server 2008, open the command line window with Administrator permissions. Open the command line window this way, even if your account has Administrator privileges. For more information, see the release notes for your SiteMinder component.
To configure Policy Store Data in a Novell eDirectory
Windows: siteminder_home\novell
Specifies the Policy Server installation path.
UNIX: siteminder_home/novell
Specifies the Policy Server installation path.
This directory contains the Novell policy store schema file (Novell_Add_SM60.ldif).
ldapsearch -h host -p port_number -b container -s sub -D admin_login -w password objectClass=ncpServer dn
Example: ldapsearch -h 192.168.1.47 -p 389 -b "o=nwqa47container" -s sub -D "cn=admin,o=nwqa47container" -w password objectclass=ncpServer dn
Example: if your sample DN value is cn=servername,o=servercontainer, you would replace every instance of <NCPServer> with cn=servername,o=servercontainer.
Important! If you are accessing this graphical user interface on Windows Server 2008, open the shortcut with Administrator permissions, even if you are logged into the system as an Administrator. For more information, see the release notes for your SiteMinder component.
LDAP IP Address: 123.123.12.12:3500
Root DN: o=test
Note: Novell eDirectory has a 256 character limit in the DN. The longest root DN that the SiteMinder policy store can have is 256 characters.
Admin Username: cn=admin,ou=people,o=test
Password: <masked password>
Note: For more information about the LDAP settings, see the Policy Server Management guide for a complete description of the LDAP settings.
If the connection is successful, SiteMinder returns a confirmation. If the connection is not successful, SiteMinder returns an error message. If you receive an error message, verify that the values you entered are correct and that the directory is running.
Note: Once you have a successful connection, you can modify the Novell eDirectory policy store from the Policy Server host system.
smldapsetup ldmod -v -fNovell_Add_SM60.ldif
Important! For Novell, you do not need to run smldapsetup ldgen as you do for other LDAP directory servers such as Sun Java System Directory Server Enterprise Edition and Active Directory.
smreg -su super_user_password
Specifies the password for the SiteMinder super user account.
Note: Be sure that there is a space between -su and the password.
Deleting smreg.exe prevents someone from changing the super user password without knowing the previous one.
smobjimport -isiteminder_home\db\smdif\smpolicy.smdif -dSM_super_user_name -wsuper_user_password -v
Specifies the Policy Server installation path.
Specifies the name of the file containing the default policy store objects that are imported into the policy store.
Note: When manually configuring a policy store on Windows, you can import one of the following:
The file named smpolicy–secure provides additional security through enhanced default Web Agent configuration parameters.
Specifies the name of the SiteMinder super user administrator.
Specifies the password for the SiteMinder super user.
Note: If an argument contains spaces, use double quotes around the entire argument.
Windows example: smobjimport -i“C:\Program Files\Netegrity\siteminder\db\smdif\smpolicy.smdif” -d"SM Admin"
-wPassword -v
UNIX example: smobjimport -i$NETE_PS_ROOT/db/smdif/smpolicy.smdif -d"SM Admin" -wPassword -v
Outputs error, warning, and comment messages in verbose format so you can monitor the status of the import.
Be aware of the following:
Important! If you are accessing this graphical user interface on Windows Server 2008, open the shortcut with Administrator permissions, even if you are logged into the system as an Administrator. For more information, see the release notes for your SiteMinder component.
The stoplight icon changes from green to red.
For UNIX systems, enter the commands stop–all followed by start–all.
The policy store is configured and you can log into the Policy Server User Interface.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |