From 73df14c9120094c75b30af348c143a84ec3fde43 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 11 Oct 2009 19:58:04 +0000 Subject: [PATCH] Allow any ordering of authentication-provider elements within authentication-manager --- .../security/config/spring-security-3.0.rnc | 2 +- .../security/config/spring-security-3.0.xsd | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/src/main/resources/org/springframework/security/config/spring-security-3.0.rnc b/config/src/main/resources/org/springframework/security/config/spring-security-3.0.rnc index adf379f1ef..81a508a6fc 100644 --- a/config/src/main/resources/org/springframework/security/config/spring-security-3.0.rnc +++ b/config/src/main/resources/org/springframework/security/config/spring-security-3.0.rnc @@ -528,7 +528,7 @@ x509.attlist &= authentication-manager = ## Registers the AuthenticationManager instance and allows its list of AuthenticationProviders to be defined. should use. Also allows you to define an alias to allow you to reference the AuthenticationManager in your own beans. - element authentication-manager {authman.attlist, authentication-provider*, ldap-authentication-provider*} + element authentication-manager {authman.attlist & authentication-provider* & ldap-authentication-provider*} authman.attlist &= ## The alias you wish to use for the AuthenticationManager bean attribute alias {xsd:ID}? diff --git a/config/src/main/resources/org/springframework/security/config/spring-security-3.0.xsd b/config/src/main/resources/org/springframework/security/config/spring-security-3.0.xsd index 75bb778cb7..4fdab65576 100644 --- a/config/src/main/resources/org/springframework/security/config/spring-security-3.0.xsd +++ b/config/src/main/resources/org/springframework/security/config/spring-security-3.0.xsd @@ -1092,8 +1092,8 @@ Registers the AuthenticationManager instance and allows its list of AuthenticationProviders to be defined. should use. Also allows you to define an alias to allow you to reference the AuthenticationManager in your own beans. - - + + Indicates that the contained user-service should be used as an authentication source. @@ -1127,7 +1127,7 @@ - + Sets up an ldap authentication provider @@ -1167,7 +1167,7 @@ - +