Browse Source

HPCC-8630 Configmr - Add htpasswd Option to ESP Authentication

- Make default environment.xml htpasswd file location absolute

Signed-off-by: Gleb Aronsky <gleb.aronsky@lexisnexis.com>
Gleb Aronsky 12 years ago
parent
commit
322d4c2297
1 changed files with 1 additions and 1 deletions
  1. 1 1
      initfiles/etc/DIR_NAME/environment.xml.in

+ 1 - 1
initfiles/etc/DIR_NAME/environment.xml.in

@@ -423,7 +423,7 @@
               name="myesp"
               name="myesp"
               perfReportDelay="60"
               perfReportDelay="60"
               portalurl="${PORTALURL}">
               portalurl="${PORTALURL}">
-   <Authentication htpasswd="./etc/HPCCSystems/.htpasswd"
+   <Authentication htpasswd="/etc/HPCCSystems/.htpasswd"
                    ldapAuthMethod="kerberos"
                    ldapAuthMethod="kerberos"
                    ldapConnections="10"
                    ldapConnections="10"
                    ldapServer=""
                    ldapServer=""