Spring Security 3.0 and Active Directory LDAP: DOMAIN\user login
- by Bernd Haug
I would like to have users authenticate against an ActiveDirectory LDAP server using the DOMAIN\user.name syntax. I think that should be possible with SpringSec 3.0 since the docs mention an "alternative syntax" which I guess refers to the DOM\user syntax instead of a bind DN, but the docs don't elaborate further.
Is there some way to configure…