Closed
Description
Expected Behavior
- I think we should mention all the required dependencies in this documentation so it will be more helpfull.
Current Behaviour
- There is no mention of
spring-security-ldap
dependency in this document, though it is required.
Context
- I was trying to do basic LDAP setup and going through this documentation I added some dependencies, but I was not aware about to add
spring-security-ldap
. This thing put me in trouble, and then I had to go through some other blogs and videos. So it's my suggestion to add all the required dependencies so it can be easy for users.