Description
The Grails LDAP Plugin uses the Gldapo library to provide an easy to use, object oriented, interface to LDAP enabled directories.
A direct port of the LDAP plugin for Grails. Original plugin made by Luke Daley.
Installation
The current version of griffon-ldap-plugin is 0.1
To install just issue the following command
Usage
The Gldapo site contains the current documentation for Gldapo. Please refer to that, but beware that initialization/config is a little different in the Grails context.
Configuration
To configure gldapo for use with your Grails app, you follow the same regular config script initialization process, except that you put the config under the key ldap in your Grails application config. The most common way to do this is to use the grails-app/conf/Config.groovy file ...
Schema Classes
The grails-ldap plugin adds the grails-app/ldap directory to your project. You should put your schema classes in this directory to have them found by the plugin and automatically registered into your config.
The ‘gldapo’ bean
The grails-ldap plugin also adds a bean called gldapo to your application context. This bean is the instance of gldapo.Gldapo created from the config.
Scripts
- create-ldap-schema - creates a new LDAP schema class in
griffon-app/ldap
History
Version |
Date |
Notes |
|---|---|---|
0.1 |
xx-xx-xx |
Initial release |


