From 99c488c6aed4c668f082ebd9d29ce647a44eb2f7 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Fri, 28 Jan 2022 17:15:37 +0100 Subject: [PATCH] Polish LDAP reference docs Issue gh-10789 --- .../ROOT/pages/servlet/authentication/passwords/ldap.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc b/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc index 78810c6bc3..dbd1840946 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc @@ -408,7 +408,7 @@ fun authenticationManager(contextSource: BaseLdapPathContextSource): Authenticat ==== If used with the `ContextSource` <>, this would perform a search under the DN `ou=people,dc=springframework,dc=org` by using `+(uid={0})+` as a filter. -Again, the user login name is substituted for the parameter in the filter name, so it searchs for an entry with the `uid` attribute equal to the user name. +Again, the user login name is substituted for the parameter in the filter name, so it searches for an entry with the `uid` attribute equal to the user name. If a user search base is not supplied, the search is performed from the root. [[servlet-authentication-ldap-pwd]]