diff --git a/docs/manual/src/docbook/ldap-auth-provider.xml b/docs/manual/src/docbook/ldap-auth-provider.xml
index e77a0f88fb..1aef5b446e 100644
--- a/docs/manual/src/docbook/ldap-auth-provider.xml
+++ b/docs/manual/src/docbook/ldap-auth-provider.xml
@@ -127,10 +127,14 @@
group-search-filter. The filter which is used to
search for group membership. The default is
uniqueMember={0}, corresponding to the
- groupOfUniqueMembers LDAP class. In this case, the
- substituted parameter is the full distinguished name of the user. The
- parameter {1} can be used if you want to filter on the
- login name.
+ groupOfUniqueNames LDAP class
+ Note that this is different from the default configuration of the
+ underlying DefaultLdapAuthoritiesPopulator
+ which uses member={0}.
+ .
+ In this case, the substituted parameter is the full distinguished name
+ of the user. The parameter {1} can be used if you
+ want to filter on the login name.
So if we used the following configuration