SEC-1904: Fixed LDAP object class name in docs.

This commit is contained in:
Luke Taylor 2012-02-01 14:37:32 +00:00
parent 538e75ce1b
commit 2434564d6c

View File

@ -127,10 +127,14 @@
<para> <literal>group-search-filter</literal>. The filter which is used to
search for group membership. The default is
<literal>uniqueMember={0}</literal>, corresponding to the
<literal>groupOfUniqueMembers</literal> LDAP class. In this case, the
substituted parameter is the full distinguished name of the user. The
parameter <literal>{1}</literal> can be used if you want to filter on the
login name.</para>
<literal>groupOfUniqueNames</literal> LDAP class <footnote><para>
Note that this is different from the default configuration of the
underlying <classname>DefaultLdapAuthoritiesPopulator</classname>
which uses <literal>member={0}</literal>.
</para></footnote>.
In this case, the substituted parameter is the full distinguished name
of the user. The parameter <literal>{1}</literal> can be used if you
want to filter on the login name.</para>
</listitem>
</itemizedlist> So if we used the following configuration <programlisting language="xml"><![CDATA[
<ldap-authentication-provider user-dn-pattern="uid={0},ou=people"