Browse Source

Change Example Name

Closes gh-9379
Josh Cummings 4 years ago
parent
commit
041e4aa22f

+ 1 - 1
docs/manual/src/docs/asciidoc/_includes/servlet/authentication/unpwd/ldap.adoc

@@ -489,7 +489,7 @@ fun authenticationProvider(authenticator: LdapAuthenticator): LdapAuthentication
 
 Spring Security's `LdapAuthoritiesPopulator` is used to determine what authorites are returned for the user.
 
-.Minimal Password Compare Configuration
+.LdapAuthoritiesPopulator Configuration
 ====
 .Java
 [source,java,role="primary",attrs="-attributes"]