From 98ffda85e04a487efbc834d81f00cba69969c276 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 30 Aug 2009 14:35:33 +0000 Subject: [PATCH] minor doc update --- docs/manual/src/docbook/ldap-auth-provider.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual/src/docbook/ldap-auth-provider.xml b/docs/manual/src/docbook/ldap-auth-provider.xml index 62f5479edb..cde7d95376 100644 --- a/docs/manual/src/docbook/ldap-auth-provider.xml +++ b/docs/manual/src/docbook/ldap-auth-provider.xml @@ -332,8 +332,10 @@ LdapAuthoritiesPopulator bean. The DefaultLdapAuthoritiesPopulator is an implementation which will load the authorities by searching the directory for groups of which the user is a member (typically these will be groupOfNames or groupOfUniqueNames entries in the directory). - Consult the Javadoc for this class for more details on how it works. + Consult the Javadoc for this class for more details on how it works. + If you want to use LDAP only for authentication, but load the authorities from a difference source (such as a database) + then you can provide your own implementation of this interface and inject that instead.