Issue Type: Bug Bug
Affects Versions: 2.2-beta2
Assignee: Andrea Aime
Components: Security
Created: 11/Jun/12 8:41 AM
Description:

LDAPAuthenticationProvider extends DelegatingAuthenticationProvider and on construction sets authProvider in DelegatingAuthenticationProvider to its own LDAPAuthenticationProvider-instance.

LDAPAuthenticationProvider doAuthenticate is called which does

UsernamePasswordAuthenticationToken  auth = 
                (UsernamePasswordAuthenticationToken) super.doAuthenticate(authentication, request);

And DelegatingAuthenticationProvider does:

return authProvider.authenticate(authentication);

And round we go.

Project: GeoServer
Priority: Major Major
Reporter: Fredrik Holmqvist
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to