Skip to content

Commit 99c488c

Browse files
committed
Polish LDAP reference docs
Issue gh-10789
1 parent 869fc8c commit 99c488c

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/servlet/authentication/passwords

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authentication/passwords/ldap.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ fun authenticationManager(contextSource: BaseLdapPathContextSource): Authenticat
408408
====
409409

410410
If used with the `ContextSource` <<servlet-authentication-ldap-contextsource,definition shown earlier>>, this would perform a search under the DN `ou=people,dc=springframework,dc=org` by using `+(uid={0})+` as a filter.
411-
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.
411+
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.
412412
If a user search base is not supplied, the search is performed from the root.
413413

414414
[[servlet-authentication-ldap-pwd]]

0 commit comments

Comments
 (0)