소스 검색

Update to remove extra Header

Update to remove extra Ldap Authentication Section Header
Robby Pond 8 년 전
부모
커밋
9833f0090d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      docs/manual/src/docs/asciidoc/index.adoc

+ 0 - 2
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 `<http>` 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/`.