Quantcast

LDAP plugin

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

LDAP plugin

humpy125
I am intending to implement security for my app using the Spring security LDAP plugin.  I would like to know, do I need to fully configure the spring security core plugin or does the LDAP plugin just use the libraries from the core plugin?
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: LDAP plugin

David
I think you need to explicitly set up both (at least that's what I've done):

compile ":spring-security-core:1.2.7.3"
compile ":spring-security-ldap:1.0.6"



On Tuesday den 21 August 2012 at 02.48, humpy125 wrote:

> I am intending to implement security for my app using the Spring security
> LDAP plugin. I would like to know, do I need to fully configure the spring
> security core plugin or does the LDAP plugin just use the libraries from the
> core plugin?
>
>
>
> --
> View this message in context: http://grails.1312388.n4.nabble.com/LDAP-plugin-tp4633492.html
> Sent from the Grails - user mailing list archive at Nabble.com (http://Nabble.com).
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
> http://xircles.codehaus.org/manage_email 



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Loading...