Search code examples
grailsldapspring-security

Grails spring-security-ldap without user/role in database


I am looking for a Spring Security LDAP tuturial.

The few tutorials I have found all seem to create a user/roles domain classes.

What I want is to use the controllers etc.. But since I'm integrating with LDAP I really don't want to create user and roles tables in my database. Is there an easy way to do this?


Solution

  • I think you're more or less required to create the User and Role domains, start by reading here: Simplified Spring Security also check out the screen casts, they explain how things work.