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 @@ - +