Enabling Subgroups Lookup

Calyx RIM Viewing provides you the ability to perform a user lookup in a LDAP subgroup when adding a user to another LDAP group. To be able to perform a user lookup in a LDAP subgroup, the subgroup lookup parameter enableSubgroupsLookup in the LdapConfig.xml file must be enabled.

To enable subgroup lookup:
  1. Stop the Apache Tomcat service(s) if it is running.
  2. Locate the LdapConfig.xml file.
    For Tomcat, you can find the LdapConfig.xml file in the \I4V\WEB-INF\config subfolder of your Tomcat installation directory.
  3. Open the LdapConfig.xml file in a text or XML editor.
  4. Locate the section entry key="enableSubgroupsLookup" value="false"
  5. Change the Enable Subgroups Lookup value to true. The code line must look like the following:
    entry key="enableSubgroupsLookup" value="true"
  6. Save and close the file
  7. Start Apache Tomcat service(s).