From 2434564d6c61c4f4c7e00cf0800f11f5d05f9e22 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 1 Feb 2012 14:37:32 +0000 Subject: [PATCH] SEC-1904: Fixed LDAP object class name in docs. --- docs/manual/src/docbook/ldap-auth-provider.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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