Add multiple Active Directory domains or sub-domains (optional)

To add additional or multiple Active Directory domains/subdomains, use this procedure. If you need to set up Windows authentication only for one domain, skip this procedure.

  1. Open the Web.config file at <Insight installation folder>\HtmlInsight\<application>.
    <application> can be View, Admin Console, Studio, Data Loader, or Themes and Formats.
  2. Add the LDAPPath key and value for each subdomain under the <appSetting> tab.
    The key name must start with LDAPPath, such as:
    • LDAPPath

    • LDAPPath-1

    • LDAPPathAnyPath

    String examples:

    <add key="LDAPPath-US1" value="LDAP://US1.kofax.com:49152/DC=kofax,DC=com" />

    <add key="LDAPPath-US2" value="LDAP://US2.kofax.com:49152/DC=kofax,DC=com" />

    Note LDAP, Lightweight Directory Access Protocol, is an Internet protocol that email and other programs use to look up information on a server.