spring-guides / gs-authenticating-ldap

Authenticating a User with LDAP :: Learn how to secure an application with LDAP.
https://spring.io/guides/gs/authenticating-ldap/
Apache License 2.0
97 stars 154 forks source link

Add missing @EnableWebSecurity annotation #24

Closed amseager closed 4 years ago

amseager commented 6 years ago

Connected issue: https://github.com/spring-guides/gs-authenticating-ldap/issues/21

pivotal-issuemaster commented 6 years ago

@amseager Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-issuemaster commented 6 years ago

@amseager Thank you for signing the Contributor License Agreement!

Buzzardo commented 4 years ago

This is handled by the upgrade to Spring Boot 2.2. Thanks, though.