AFAIK, not out of the box. The geoserver security subsystem is not as plugable as it should be. Basically you need 3 plugable components
1) Identifying module 2) Role authority calculating the roles for identified users/systems 3) Access control based on the roles. On my to do list is a geoserver improvement proposal in the future, but this will not help you for the moment. If you want to develop your own java code, the SecureCatalog class is a good starting point. Cheers Christian Quoting Lukas Johansson <[email protected]>: > I'm looking into the possibility to use LDAP to retrieve users and roles > for GeoServer. > Does anyone have such a setup running in 2.0.2 and in that case, could > you provide pointers on how to go about implementing it. > Thank you > /Lukas Johansson > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
