From 522e8db5da87b88ce2aa111777cc61f4a8eb9b8a Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 9 Dec 2010 12:39:05 +0000 Subject: [PATCH] Javadoc fix --- .../ldap/userdetails/DefaultLdapAuthoritiesPopulator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap/src/main/java/org/springframework/security/ldap/userdetails/DefaultLdapAuthoritiesPopulator.java b/ldap/src/main/java/org/springframework/security/ldap/userdetails/DefaultLdapAuthoritiesPopulator.java index c35fec53e0..58bdd84b1e 100644 --- a/ldap/src/main/java/org/springframework/security/ldap/userdetails/DefaultLdapAuthoritiesPopulator.java +++ b/ldap/src/main/java/org/springframework/security/ldap/userdetails/DefaultLdapAuthoritiesPopulator.java @@ -63,7 +63,7 @@ import java.util.Set; * *

* The group search is performed within a DN specified by the groupSearchBase property, which should - * be relative to the root DN of its InitialDirContextFactory. If the search base is null, group searching is + * be relative to the root DN of its ContextSource. If the search base is null, group searching is * disabled. The filter used in the search is defined by the groupSearchFilter property, with the filter * argument {0} being the full DN of the user. You can also optionally use the parameter {1}, which will be substituted * with the username. You can also specify which attribute defines the role name by setting