فهرست منبع

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>