|
@@ -709,13 +709,6 @@ This is required by its binding with ESP service '<xsl:value-of select="$espServ
|
|
|
</xsl:for-each>
|
|
|
</Authenticate>
|
|
|
</xsl:when>
|
|
|
- <xsl:when test="$authMethod='local'">
|
|
|
- <Authenticate method="Local">
|
|
|
- <xsl:for-each select="$bindingNode/Authenticate[string(@path) != '']">
|
|
|
- <Location path="{@path}" resource="{@resource}" required="{@access}" description="{@description}"/>
|
|
|
- </xsl:for-each>
|
|
|
- </Authenticate>
|
|
|
- </xsl:when>
|
|
|
<xsl:when test="$authMethod='ldap' or $authMethod='ldaps'">
|
|
|
<Authenticate method="LdapSecurity" config="ldapserver">
|
|
|
<xsl:copy-of select="$bindingNode/@resourcesBasedn"/> <!--if binding has an ldap resourcebasedn specified then copy it out -->
|