Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Below is a registry entry example for the ldap.xml file.

     <ldap>
          <!-- Indicator for using Ldap authentication true/false -->
          <use-ldap-authentication>true</use-ldap-authentication>
          <!-- Indicator for using Ldap for managing users/roles, true will block I3 GUI operations -->
          <use-ldap-managment>true</use-ldap-managment>
          <!-- Ldap server host name -->
          <host>pss-dc01</host>
          <!-- Ldap server port -->
          <port>389</port>
          <!-- Ldap paging size -->
          <paging-size>500</paging-size>
          <!-- Ldap bind user name -->
          <bind-user>CN=i4dcf,OU=APM Service Users &amp; Groups,DC=precise,DC=com</bind-user>
          <!-- Ldap bind user password, encrypted!! -->
          <bind-password>_EncryptI3_A_1_F10EEB2FC3B6F88E</bind-password>
          <!-- in case there is only on domain the user can configure not to type the domain in the login -->
          <use-domain-in-login>false</use-domain-in-login>
          <domains>
               <domain>
                    <domain-name>development</domain-name>
                    <!-- Ldap group to import its members -->
                    <root-group>CN=BU_RnD,OU=R&amp;D,OU=APM,DC=precise,DC=com</root-group>
                    <!-- Ldap group to import its members -->
                    <root-group>CN=GRP_Integration,OU=Unknown users &amp; groups,OU=APM Service Users &amp; Groups,DC=precise,DC=com</root-group>
               </domain>
               <domain>
                    <domain-name>QA</domain-name>
                    <!-- Ldap group to import its members -->
                    <root-group>CN=BU_RnD,OU=R&amp;D,OU=APM,DC=precise,DC=com</root-group>
               </domain>
          </domains>
          <!-- Ldap objectClass of the Users to sync -->
          <user-object-class>person</user-object-class>
          <!-- Ldap objectClass of the Roles to sync -->
          <group-object-class>group</group-object-class>
          <!-- Ldap attribute name of the User name -->
          <user-name-attribute>name</user-name-attribute>
          <!-- Ldap attribute name of the User distinguished name -->
          <user-dn-attribute>distinguishedName</user-dn-attribute>
          <!-- Ldap attribute name of the User login name -->
          <user-login-attribute>sAMAccountName</user-login-attribute>
          <!-- Ldap attribute name of the Role member list -->
          <group-members-attribute>member</group-members-attribute>
          <!-- Ldap attribute name of the Role name -->
          <group-name-attribute>name</group-name-attribute>
          <!-- I3 max users -->
          <max-users>500</max-users>
          <!-- I3 max roles -->
          <max-roles>500</max-roles>
          <!-- Parameters handling method: single/multiple -->
          <domain-root-method>single</domain-root-method>
          <!-- Ldap sync user set as case sensitive -->
          <use-case-sensitive>false</use-case-sensitive>
     </ldap>

For more information on running LDAP-sync command, see the Precise CLI Utility Reference Guide.

 

Precise. Performance intelligence from click to storage. Learn more > >

 

 

 

 

 

 

 

 

 

 

 

...