From 7bf6046408fe2f3cb7a2335a0c832bb6499ee697 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 23 Aug 2013 14:09:58 -0500 Subject: [PATCH] SEC-2108: Fix typo in ldap section of manual --- docs/manual/src/docbook/ldap-auth-provider.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docbook/ldap-auth-provider.xml b/docs/manual/src/docbook/ldap-auth-provider.xml index 1aef5b446e..df3d8c8a90 100644 --- a/docs/manual/src/docbook/ldap-auth-provider.xml +++ b/docs/manual/src/docbook/ldap-auth-provider.xml @@ -410,7 +410,7 @@ public interface UserDetailsContextMapper { By default, the user authorities are obtained from the memberOf attribute values of the user entry. The authorities allocated to the user can again be customized using a UserDetailsContextMapper. You - can also inject a GrantedAuthoritiesMaper into the + can also inject a GrantedAuthoritiesMapper into the provider instance to control the authorities which end up in the Authentication object.