You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Darren Hartford <dh...@ghsinc.com> on 2006/11/24 17:57:46 UTC

AccessManager and authenication role mapping

Does there exist an AccessManager to map roles from the authentication
source to appropriate permissions in Jackrabbit?

i.e.
LDAP ActiveDirectory role of JackrabbitAdmin
Role.properties of MyCustomRole
===
JackrabbitAdmin=READ, WRITE, REMOVE
MyCustomRole=READ, REMOVE
===
I see references to access.xml for the SimpleAccessManager, but that
just seems to be a placeholder.