(Quick Reference)

1 Introduction - Reference Documentation

Authors: Burt Beckwith

Version: 1.0.6

Table of Contents

1 Introduction

The LDAP plugin adds support for LDAP and Active Directory authentication to a Grails application that uses Spring Security. It depends on the Spring Security Core plugin.

Once you have configured your Grails application as an LDAP client you can delegate authentication to LDAP and not have to manage users' authentication information in your application. By default roles are inferred from LDAP group membership and you can store additional application-specific roles in your database.

Please refer to the Spring Security LDAP documentation for details of the underlying implementation.

1.1 History

  • Version 1.0.6
    • released May 22, 2012
  • Version 1.0.5
    • released July 31, 2011
  • Version 1.0.4
    • released April 19, 2011
  • Version 1.0.3
    • released March 12, 2011
  • Version 1.0.2
    • released February 14, 2011
  • Version 1.0.1
    • released August 01, 2010
  • Version 1.0
    • released July 27, 2010
  • Version 0.1
    • released June 18, 2010