Grails Spring Security ui plugin with ldap authorities?

196 Views Asked by At

I have the Grails Spring Security ldap plugin working and connecting to my Active Directory. Now I am trying to add the Spring Security UI plugin to manage my AD users and roles. Is this possible?

It appears that the spring security ui plugin controllers only handle database user/role crud.

1

There are 1 best solutions below

0
On BEST ANSWER

Right, there's no support for managing LDAP in the UI plugin. I'm not sure how well-maintained it is, but the http://grails.org/plugin/ldap can manage LDAP.