Why does Spring Security's BindAuthenticator require read permissions for users?
- by Thomas
Hi all,
I'm currently implementing/configuring the LDAP authentication of a Java web application using Spring Security 3.0. I'm using Microsoft AD LDS as LDAP server and chose the Spring's BindAuthenticator.
I found out that the authentication only works if the authenticated user is a member of the partition's Readers role. The BindAuthenticator…