Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top