Previous Topic: smldapsetup and Sun Java System Directory Server Enterprise Edition

Next Topic: Manually Configure Policy Store Data in an LDAP Directory

Replicate the Policy Store on Sun Java System Directory Server Enterprise Edition

For Sun Java System Directory Server Enterprise Edition (formerly Sun ONE/iPlanet), SiteMinder r6.0 SP6 creates a UserRoot and a PolicySvr4 database. The PolicySvr4 database has suffix mappings pointing to it. To replicate this policy store, set up a replication agreement for the PolicySvr4 database directory.

Note: More information about a replication agreement, see the Sun Microsystems documentation.

After you create the replication agreement, replicate the SiteMinder indexes.

To replicate SiteMinder indexes

  1. Generate the SiteMinder indexes:
    smldapsetup ldgen -x -findexes.ldif
    

    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.

  2. Set up the indexes on a replica server:
    smldapsetup ldmod -x -findexes.ldif -hhost -preplicaport 
    -dAdminDN -wAdminPW
    
    host

    Specifies the replica host.

    replicaport

    Specifies the replica port number.

    AdminDN

    Specifies the replica administrator DN.

    Example: cn=directory manager

    AdminPW

    Specifies the replica administrator password.

    The SiteMinder indexes are replicated.

More Information:

smldapsetup