From 9833f0090d2fa36405a3ef823cc094856057013e Mon Sep 17 00:00:00 2001 From: Robby Pond Date: Tue, 19 Sep 2017 19:37:35 -0400 Subject: [PATCH] Update to remove extra Header Update to remove extra Ldap Authentication Section Header --- docs/manual/src/docs/asciidoc/index.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index bbc89f5337..e549ef2845 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -914,8 +914,6 @@ public BCryptPasswordEncoder passwordEncoder() { } ---- -==== LDAP Authentication - === Multiple HttpSecurity We can configure multiple HttpSecurity instances just as we can have multiple `` blocks. The key is to extend the `WebSecurityConfigurationAdapter` multiple times. For example, the following is an example of having a different configuration for URL's that start with `/api/`.