Previous Topic: How to Configure the Policy StoreNext Topic: Edit the Novell XPS Schema File


Edit the Policy Store Schema File

Edit the Novell policy store schema file to be sure that it contains your Novell server DN information. You edit the Novell policy store schema file from the Novell Client.

To edit the policy store schema file

  1. Navigate to policy_server_home\bin on the Policy Server host system.
    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 policy store schema file:

    policy_server_home\novell\Novell_ADD_SMR12sp3.ldif

  4. Manually edit the open LDIF 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 LDIF file.

    The Novell policy store schema file contains your Novell server DN information.