Skip to content

Commit efa9f4d

Browse files
committed
SEC-2108: Fix typo in ldap section of manual
1 parent 379cbd2 commit efa9f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/src/docbook/ldap-auth-provider.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ public interface UserDetailsContextMapper {
410410
<para>By default, the user authorities are obtained from the <literal>memberOf</literal>
411411
attribute values of the user entry. The authorities allocated to the user can again
412412
be customized using a <interfacename>UserDetailsContextMapper</interfacename>. You
413-
can also inject a <interfacename>GrantedAuthoritiesMaper</interfacename> into the
413+
can also inject a <interfacename>GrantedAuthoritiesMapper</interfacename> into the
414414
provider instance to control the authorities which end up in the
415415
<interfacename>Authentication</interfacename> object.</para>
416416
<section>

0 commit comments

Comments
 (0)