Configure Novell eDirectory as a Policy Store

Contents
casso127
Contents
Novell eDirectory can function as a policy store. A single directory server instance can function as a:
  • Policy store
  • Key store
Using a single directory server simplifies administration tasks. The following sections provide instruction on how to configure a single directory server instance to store policy data and encryption keys. If your implementation requires, you can configure a separate key store.
Be sure that you have the following installed before beginning:
  • Novell Windows Login Client
  • Novell ConsoleOne for Windows, UNIX, and Netware systems
Limitations of Policy Store Objects in Novell eDirectory
Consider the following items when working with Policy Store objects in a Novell eDirectory:
  • Use a policy store root DN no longer than 15 characters.
    A Novell eDirectory DN cannot exceed 256 characters. Some
    CA Single Sign-On
    objects can reach 241 characters. If your root DN is longer than 15 characters, some objects can exceed the 256–byte limit.
  • When the policy store resides in Novell eDirectory, policy store objects cannot have names longer than 64 characters. eDirectory does not allow an attribute to be set to a value longer than 64. The limitation affects Certificate Maps particularly because they routinely have long names by design.
  • The Administrative Policy Server does not support LDAP referrals for policy stores residing in Novell eDirectory.
Gather Directory Server Information
Configuring an LDAP directory server as a policy store or upgrading an existing policy store requires specific directory server information. Gather the following information before beginning.
  • Host information
    Specifies the fully-qualified host name or the IP Address of the directory server.
  • Port information
    (Optional) Specifies a non-standard port.
    Default values:
    636 (SSL) and 389 (non-SSL)
  • Administrative DN
    Specifies the LDAP user name of a user who has privileges to create, read, modify, and delete objects in the LDAP tree underneath the policy store root object.
  • Administrative password
    Specifies the password for the Administrative DN.
  • Policy store root DN
    Specifies the distinguished name of the node in the LDAP tree where policy store objects are to be defined.
  • SSL client certificate
    Specifies the pathname of the directory where the SSL client certificate database file resides.
    Limit:
    SSL only
Edit the Policy Store Schema Files
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.
Follow these steps:
  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 -bbasedn -ssub -Dadmin_DN -wAdminPWd
    objectclass=ncpServer dn
    • -hhost
      Specifies the fully qualified host name or the IP Address of the directory server.
    • -pport
      Specifies the port on which the LDAP directory server is listening.
    • -bbasedn
      Specifies the base DN for the search.
    • -Dadmin_dn
      Specifies the DN of the administrator account that can bind to the directory server.
    • -wadmin_pw
      Specifies the password for the administrator account.
    Example
    :
    ldapsearch -h192.168.1.47 -p389 -bo=nwqa47container -ssub
    -Dcn=admin,o=nwqa47container -wpassword objectclass=ncpServer dn
    The Novell server DN opens.
  3. Navigate to
    policy_server_home
    \novell.
  4. Open the Novell policy store schema file.
  5. Manually edit the policy store schema file by replacing every <ncpserver> 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 <ncpserver> with cn=servername,o=servercontainer.
  6. Save and close the policy store schema file.
  7. Navigate to
    policy_server_home
    \xps\db.
  8. Open the following Novell policy store schema file:
    Novell.ldif
  9. Manually edit the policy store schema file by replacing every <ncpserver> 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 <ncpserver> with cn=servername,o=servercontainer.
The Novell policy store schema files contain your Novell server DN information.
Point the Administrative Policy Server to the Policy Store
You point the Administrative Policy Server to the policy store so the Administrative Policy Server can access the policy store.
Follow these steps:
  1. Open the Administrative Policy Server Management Console.
    On Windows Server, if User Account Control (UAC) is enabled 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
    CA Single Sign-On
    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.
    • LDAP IP Address
    • Admin Username
    • Password
    • Confirm Password
    • Root DN
    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 Administrative 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.
Create the Policy Store Schema
You create the policy store schema so the directory server can function as a policy store and store
CA Single Sign-On
objects. You use the smldapsetup tool to add the policy store schema.
Follow these steps:
  1. Run the following command:
    smldapsetup ldmod -v -f policy_server_home\novell\Novell_Add_release.ldif
    • -fpolicy_server_home
      Specifies the Administrative Policy Server installation path.
    • -v
      Turns on tracing and outputs error, warning, and comment messages.
    • release
      Specifies the
      CA Single Sign-On
      release.
  2. Run the following command:
    smldapsetup ldmod -v -f policy_server_home\xps\db\Novell.ldif
    The policy store schema is created.
Set the Super User Password
The default
CA Single Sign-On
administrator account is named
siteminder
. The account has maximum permissions.
Do not use the default super user for day-to-day operations. Use the default super user to:
  • Access the Administrative UI for the first time.
  • Manage
    CA Single Sign-On
    utilities for the first time.
  • Create another administrator with super user permissions.
Follow these steps:
  1. Copy the smreg utility to
    siteminder_home
    \bin.
    • siteminder_home
      Specifies the Administrative Policy Server installation path.
    The utility is at the top level of the Administrative Policy Server installation kit.
  2. Run the following command:
    smreg -su
    password
    • password
      Specifies the password for the default administrator.
    The password has the following requirements:
    • The password must contain at least six (6) characters and cannot exceed 24 characters.
    • The password cannot include an ampersand (&) or an asterisk (*).
    • If the password contains a space, enclose the passphrase with quotation marks.
    If you are configuring an Oracle policy store, the password is case-sensitive. The password is not case-sensitive for all other policy stores.
  3. Delete smreg from
    siteminder_home
    \bin. Deleting smreg prevents someone from changing the password without knowing the previous one.
The password for the default administrator account is set.
Import the Policy Store Data Definitions
Importing the policy store data definitions defines the types of objects that can be created and stored in the policy store.
Follow these steps:
  1. Open a command window and navigate to
    siteminder_home
    \xps\dd.
    • siteminder_home
      Specifies the Administrative Policy Server installation path.
  2. Run the following command:
    XPSDDInstall SmMaster.xdd
    • XPSDDInstall
      Imports the required data definitions.
Import the Default Policy Store Objects
Importing the default policy store objects configures the policy store for use with the Administrative UI and the Administrative Policy Server.
Consider the following items:
  • Be sure that you have write access to
    siteminder_home
    \bin. The import utility requires this permission to import the policy store objects.
    • siteminder_home
      Specifies the Administrative Policy Server installation path.
  • If Windows User Account Control (UAC) is enabled, 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
    CA Single Sign-On
    component.
Follow these steps:
  1. Open a command window and navigate to
    siteminder_home
    \db.
  2. Import one of the following files:
    • To import smpolicy.xml, run the following command:
      XPSImport smpolicy.xml -npass
    • To import smpolicy–secure.xml, run the following command:
      XPSImport smpolicy-secure.xml -npass
      • npass
        Specifies that no passphrase is required. The default policy store objects do not contain encrypted data.
      Both files include the default policy store objects. These objects include the default security settings in the default Agent Configuration Object (ACO) templates. The smpolicy–secure file provides more restrictive security settings. For more information, see Default Policy Store Objects and Schema Files.
    • To import Option Pack functionality, run the following command:
      XPSImport ampolicy.xml -npass
    • To import federation functionality, run the following command:
      XPSImport fedpolicy-12.5.xml -npass
    • To use OAuth or OpenID Connect, run the following command to import the default OAuth entities and default claims and scopes objects for OpenID Connect:
      XPSImport default-fedobjects-config.xml -npass
      -npass
      specifies that no passphrase is required.
    The policy store objects are imported.
Importing ampolicy.xml makes available legacy federation and Web Service Variables functionality that is separately licensed from
CA Single Sign-On
. If you intend on using the latter functionality, contact your CA account representative for licensing information.
Refresh the LDAP Server
You refresh the LDAP server to help ensure that the changes take effect on Novell eDirectory. You use the Novell Client to refresh the LDAP server.
Follow these steps:
  1. Open ConsoleOne.
  2. Double-click LDAP server from the directory tree.
  3. Click Refresh LDAP Server Now.
    The LDAP server is refreshed.
Restart the Policy Server
casso127
You restart the Policy Server for certain settings to take effect.
 
Follow these steps:
 
  1. Open the Policy Server Management Console.
  2. Click the Status tab, and click Stop in the Policy Server group box.
    The Policy Server stops as indicated by the red stoplight.
  3. Click Start.
    The Policy Server starts as indicated by the green stoplight.
     
    Note
    : To restart the Policy Server on UNIX, execute either the 
    stop-ps
     and 
    start-ps
     commands or
     stop-all
     and 
    start-all
     commands.
Prepare for the Administrative UI Registration
You use the default super user account to log into the Administrative UI for the first time. The initial login requires that you to register the Administrative UI with Administrative Policy Server, which creates a trusted relationship between both components.
You prepare for the registration by using the XPSRegClient utility to supply the super user account name and password. The Administrative Policy Server uses these credentials to verify that the registration request is valid and that the trusted relationship can be established.
Consider the following items:
  • The time from which you supply the credentials to when the initial Administrative UI login occurs is limited to 24 hours. If you do not plan on installing the Administrative UI within one day, complete the following steps before installing the Administrative UI.
  • (UNIX) Be sure that the
    CA Single Sign-On
    environment variables are set before you use XPSRegClient. If the environment variables are not set, set them manually.
Follow these steps:
  1. Log in to the Administrative Policy Server host system.
  2. Run the following command:
    XPSRegClient super_user_account_name[:
    passphrase
    ] -adminui-setup -t
    timeout
    -r
    retries
    -c
    comment
    -cp -l
    log_path
    -e
    error_path
    -vT -vI -vW -vE -vF
    • passphrase
      Specifies the password for the default super user account.
      If you do not specify the passphrase, XPSRegClient prompts you to enter and confirm one.
    • -adminui–setup
      Specifies that the Administrative UI is being registered with Administrative Policy Server for the first–time.
    • -t
      timeout
      (Optional) Specifies the allotted time from when you to install the Administrative UI to the time you log in and create a trusted relationship with Administrative Policy Server. The Administrative Policy Server denies the registration request when the timeout value is exceeded.
      Unit of measurement:
      minutes
      Default:
      240 (4 hours)
      Minimum:
      15
      Maximum:
      1440 (24 hours)
    • -r
      retries
      (Optional) Specifies how many failed attempts are allowed when you are registering the Administrative UI. A failed attempt can result from submitting incorrect administrator credentials when logging in to the Administrative UI for the first time.
      Default:
      1
      Maximum:
      5
    • -c
      comment
      (Optional) Inserts the specified comments into the registration log file for informational purposes.
      Surround comments with quotes.
    • -cp
      (Optional) Specifies that registration log file can contain multiple lines of comments. The utility prompts for multiple lines of comments and inserts the specified comments into the registration log file for informational purposes.
      Surround comments with quotes.
    • -l
      log_path
      (Optional) Specifies where the registration log file must be exported.
      Default:
      siteminder_home
      \log
      siteminder_home
      Specifies the Administrative Policy Server installation path.
    • -e
      error_path
      (Optional) Sends exceptions to the specified path.
      Default:
      stderr
    • -vT
      (Optional) Sets the verbosity level to TRACE.
    • -vI
      (Optional) Sets the verbosity level to INFO.
    • -vW
      (Optional) Sets the verbosity level to WARNING.
    • -vE
      (Optional) Sets the verbosity level to ERROR.
    • -vF
      (Optional) Sets the verbosity level to FATAL.
  3. Press Enter.
    XPSRegClient supplies the Administrative Policy Server with the administrator credentials. The Administrative Policy Server uses these credentials to verify the registration request when you log in to the Administrative UI for the first time.