I implemented database authentication for my web page and web service. It work well for both, now I have to add Ldap authentication. I have to authenticate through remote L
For anyone using grails it is much simpler. Simply add this to your config:
grails: plugin: springsecurity: ldap: authorities: retrieveDatabaseRoles: true