7.1.6.2.2. Setting Up Configuration
  • Follow the steps described in Installation -> Step 1: Create the Computer Account for NETLOGON Communication of the Jespa Operator's Manual, which is available at http://www.ioplex.com/support.html.

  • Set domain parameters in the cuba.web.activeDirectoryDomains property in the local.app.properties file. Each domain descriptor should have the following format: domain_name|full_domain_name|service_account_name|service_account_password. Domain descriptors are separated by semicolons.

    Example:

    cuba.web.activeDirectoryDomains = MYCOMPANY|mycompany.com|JESPA$@MYCOMPANY.COM|password1;TEST|test.com|JESPA$@TEST.COM|password2
  • Enable the Active Directory integration by setting the cuba.web.useActiveDirectory property in the local.app.properties file:

    cuba.web.useActiveDirectory = true
  • Configure additional Jespa properties in the local.app.properties file (see Jespa Operator's Manual). For example:

    jespa.log.level=3
  • Add the server address to the local intranet in the browser settings:

    • For Internet Explorer and Chrome: Settings -> Security -> Local intranet -> Sites -> Advanced

    • For Firefox: about:config -> network.automatic-ntlm-auth.trusted-uris=http://myapp.mycompany.com