Using Database Users for System Authentication
Sometimes companies build security polices in the database level. This brings the need of authenticating the username and password as a database user, and not in a table.
The purpose of this tutorial is pass though the steps to accomplish this, integrating with Spring Security Core.http://sergiosmind.wordpress.com/2013/03/14/grails-using-a-database-user-for-security-login/