Previous Topic: Edit the Policy Store Schema FileNext Topic: Create the Policy Store Schema


Edit the Novell XPS Schema File

Edit the Novell XPS schema file Novell.ldif so that it contains the correct information for your Novell server DN. You edit the Novell XPS schema file from the Novell Client.

To edit the Novell XPS schema file

  1. Navigate to policy_server_home\bin or policy_server_home/bin on the machine where the Policy Server is installed.
    policy_server_home

    Specifies the policy server installation path.

  2. Run the following command:
    ldapsearch -hhost -pport -bcontainer -ssub -dAdminDN -wAdminPW
    objectclass=ncpServer dn
    

    Example:

    ldapsearch -h192.168.1.47 -p389 -bo=nwqa47container -ssub
    -dcn=admin,o=nwqa47container -wpassword objectclass=ncpServer dn
    

    The Novell server DN opens.

  3. Open the Novell XPS schema file:

    policy_server_home\xps\db\Novell.ldif

  4. Manually edit the open XPS file by replacing every NCP_Server variable with the value that you found in step 2 for your Novell server DN.

    Example: If your Novell server DN value is cn=servername,o=servercontainer, replace every instance of NCP_Server with cn=servername,o=servercontainer.

  5. Save and close the XPS file.

    The Novell XPS schema file contains your Novell server DN information.

Point the Policy Server to the Policy Store

You point the Policy Server to the policy store so the Policy Server can access the policy store.

Follow these steps:

  1. Open the Policy Server Management Console.

    Important! If you are accessing this graphical user interface on Windows Server 2008, open the shortcut with Administrator permissions. Use Administrator permissions even if you are logged in to the system as an Administrator. For more information, see the release notes for your SiteMinder component.

  2. Click the Data tab.
  3. Select the following value from the Database list:
    Policy Store
    
  4. Select the following value from the Storage list:
    LDAP
    
  5. Configure the following settings in the LDAP Policy Store group box.

    Note: You can click Help for a description of fields, controls, and their respective requirements.

  6. Click Apply.
  7. Click Test LDAP Connection to verify that the Policy Server can access the policy store.
  8. Select the following value from the Database list:
    Key Store
    
  9. Select the following value from the Storage list:
    LDAP
    
  10. Select the following option:
    Use Policy Store database
    
  11. Click OK.