瀏覽代碼

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 年之前
父節點
當前提交
322d4c2297
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"
               perfReportDelay="60"
               portalurl="${PORTALURL}">
-   <Authentication htpasswd="./etc/HPCCSystems/.htpasswd"
+   <Authentication htpasswd="/etc/HPCCSystems/.htpasswd"
                    ldapAuthMethod="kerberos"
                    ldapConnections="10"
                    ldapServer=""