Auto-creating User details with Grails and LDAP

Posted by Benny Hallett on Stack Overflow See other posts from Stack Overflow or by Benny Hallett
Published on 2010-04-01T00:22:23Z Indexed on 2010/04/01 2:23 UTC
Read the original article Hit count: 324

Filed under:
|
|
|
|

I'm using the Acegi Security plugin for Grails, and authentication via LDAP.

The application logs show that on login, we can authenticate the user and get their roles via LDAP, but the login fails because the User Details cannot be found in the application's database.

Is there a way to auto create and save a basic User Details domain object if one doesn't already exit?

© Stack Overflow or respective owner

Related posts about grails

Related posts about acegi