Browse Source

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 years ago
parent
commit
2f668b6b87
1 changed files with 1 additions and 1 deletions
  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" />