瀏覽代碼

HPCC-18731 Copy session management setting when secmgrPlugin

When secmgrPlugin is selected as ESP authentication method, session
management settings should be used similar to LDAP security.

Signed-off-by: wangkx <kevin.wang@lexisnexis.com>
wangkx 7 年之前
父節點
當前提交
2f668b6b87
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      initfiles/componentfiles/configxml/esp.xsl

+ 1 - 1
initfiles/componentfiles/configxml/esp.xsl

@@ -85,7 +85,7 @@
 
             <xsl:call-template name="addEnvironmentInfo"/>
 
-            <xsl:if test="./Authentication/@method='ldap' or ./Authentication/@method='ldaps'">
+            <xsl:if test="./Authentication/@method='ldap' or ./Authentication/@method='ldaps' or ./Authentication/@method='secmgrPlugin'">
               <xsl:value-of disable-output-escaping="yes" select="$break" />
               <xsl:value-of disable-output-escaping="yes" select="$indent" />
               <xsl:value-of disable-output-escaping="yes" select="$indent" />