Previous Topic: Configure CA Directory Server

Next Topic: Configure Oracle Internet Directory (OID)

Configure Novell eDirectory Server

To configure an Novell eDirectory Server policy store, you apply the novell_ims8.ldif script.

To configure an Novell eDirectory policy store

  1. Configure the directory as a supported SiteMinder Policy Store.

    Note: Be sure that SiteMinder is pointing to this policy store. For configuration instructions, see the CA SiteMinder Policy Server Installation Guide.

  2. Find the DN of the NCPServer for your Novell eDirectory Server by entering the following information in a command window on the system where the Policy Server is installed:
    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
    
  3. Open the novell_ims8.ldif file.
  4. Replace every NCPServer variable with the value you found in Step 2.

    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.

  5. Update the eDirectory Server with the novell_ims8.ldif file.

    See the Novell eDirectory documentation for instructions.