소스 검색

Merge pull request #8703 from garonsky/HPCC-15613_auth_security_features_should_copy

HPCC-15613 ConfigMgr - Copy Authentication

Reviewed-By: Rodrigo Pastrana <rodrigo.pastrana@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 년 전
부모
커밋
32c6a6b44f
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      initfiles/componentfiles/configxml/@temp/esp_service.xsl

+ 1 - 3
initfiles/componentfiles/configxml/@temp/esp_service.xsl

@@ -205,13 +205,11 @@ xmlns:seisint="http://seisint.com"  xmlns:set="http://exslt.org/sets" exclude-re
                     <xsl:copy-of select="$bindingNode/@resourcesBasedn"/>
                     <xsl:copy-of select="$bindingNode/@workunitsBasedn"/>
                     <xsl:copy-of select="$bindingNode/@serverType"/>
-                    <xsl:for-each select="$bindingNode/Authenticate[@path='/']">
+                    <xsl:for-each select="$bindingNode/Authenticate">
                         <Location path="/" resource="{@resource}" required="{@access}" description="{@description}"/>
                     </xsl:for-each>
                     <xsl:for-each select="$bindingNode/AuthenticateFeature[@authenticate='Yes']">
-                        <xsl:if test="@service=$service">
                             <Feature name="{@name}" path="{@path}" resource="{@resource}" required="{@access}" description="{@description}"/>
-                        </xsl:if>
                     </xsl:for-each>
                 </Authenticate>
             </xsl:when>