4.3 Post-Installation Procedure

The integrated installer does not create the DirMXL-PasswordPolicy object in the Identity Vault. This policy is assigned to each Identity Manager driver set in a tree. After completing the Identity Manager installation, use the following steps to create the DirXML-PasswordPolicy object:

  1. Create an LDIF file with the following attributes:

    dn: cn=DirXML-PasswordPolicy,cn=Password Policies,cn=Security
    changetype: add
    nsimPwdRuleEnforcement: FALSE
    nspmSpecialAsLastCharacter: TRUE
    nspmSpecialAsFirstCharacter: TRUE
    nspmSpecialCharactersAllowed: TRUE
    nspmNumericAsLastCharacter: TRUE
    nspmNumericAsFirstCharacter: TRUE
    nspmNumericCharactersAllowed: TRUE
    nspmMaximumLength: 64
    nspmConfigurationOptions: 596
    passwordUniqueRequired: FALSE
    passwordMinimumLength: 1
    passwordAllowChange: TRUE
    objectClass: nspmPasswordPolicy
     
    dn: cn=driverset1,o=system 
    changetype: modify
    add: objectclass
    objectclass: nsimPasswordPolicyAux
     
    dn: cn=driverset1,o=system 
    changetype: modify
    add: nspmPasswordPolicyDN
    nspmPasswordPolicyDN: cn=DirXML-PasswordPolicy,cn=Password Policies,cn=Security
     
    dn: cn=DirXML-PasswordPolicy,cn=Password Policies,cn=Security
    changetype: modify
    add: nsimAssignments
    nsimAssignments: cn=driverset1,o=system 
    
  2. Use ldapmodify to import the attributes from the LDIF file.

    ldapmodify -x -ZZ -c -h <hostname> -p 389 -D "cn=admin,ou=sa,o=system" -w <password> -f <ldif_file_name>
    

    NOTE:On Windows, the ldapmodify.exe file is located in the <integrated_installer_ISO>/install/utilities directory in the integrated installer.

Locating Log Files and Properties Files

The following table contains the location for the installation log (ii_install.log), configuration (ii_configure.log) logs, and the properties files. There is a properties file for each component installed.

Table 4-2 Location of Log Files and Properties Files after Installation and Configuration

Platform

Log Files

Installation Properties Files

Windows

<Install_Location>\install\logs

Defalut location is C:\Novell\IdentityManager\install\logs

<Install_Location> \install\propfiles

Defalut location is C:\Novell\IdentityManager\install\logs\propfiles\

Linux/Solaris

/var/opt/novell/idm/install/logs

/var/opt/novell/idm/install/logs/propfiles/