Please? On 2/27/07, Joakim Erdfelt wrote: > > Would you be willing to share this implementation? > As we would all be interested in getting access to this? > > - Joakim Erdfelt > > David Goemans wrote: > > Hi, > > > > I want to use LDAP to authenticate on Continuum. I tried to write a own > > RBAC-Manager and wanted to configure it in the file "components.xml" of > > the subproject continuum-security as follow: > > > > > > > > org.codehaus.plexus.security.rbac.RBACManager > > cached > > > org.codehaus.plexus.security.authorization.rbac.store.cached.CachedRbacManager > > > CachedRbacManager is a wrapped RBACManager with > > caching. > > > > > > org.codehaus.plexus.security.rbac.RBACManager > > ldap > > rbacImpl > > > > > > org.codehaus.plexus.ehcache.EhcacheComponent > > operations > > operationsCache > > > > > > org.codehaus.plexus.ehcache.EhcacheComponent > > permissions > > permissionsCache > > > > > > org.codehaus.plexus.ehcache.EhcacheComponent > > resources > > resourcesCache > > > > > > org.codehaus.plexus.ehcache.EhcacheComponent > > roles > > rolesCache > > > > > > org.codehaus.plexus.ehcache.EhcacheComponent > > userAssignments > > userAssignmentsCache > > > > > > org.codehaus.plexus.ehcache.EhcacheComponent > > userPermissions > > userPermissionsCache > > > > > > > > > > > > org.codehaus.plexus.security.rbac.RBACManager > > ldap > > "my implementation" > > JdoRbacManager: > > > > > > > > org.codehaus.plexus.security.authorization.rbac.store.jdo.JdoTool > > > > jdo > > > > > > > > > > > > org.codehaus.plexus.security.authorization.rbac.store.jdo.JdoTool > > > > > > org.codehaus.plexus.security.authorization.rbac.store.jdo.JdoTool > > > > JdoTool - RBAC JDO Tools. > > > > > > org.codehaus.plexus.jdo.JdoFactory > > users > > jdoFactory > > > > > > > > > > The continuum uses now my implementation, but no roles, permissions, etc > > are defined. How can I configure the continuum roles, permissions, etc > > in the components.xml-file. > > > > My implementation extends the > > " > org.codehaus.plexus.security.authorization.rbac.store.jdo.JdoRbacManager", > > because I only want to authenticate on LDAP if the user isn't saved in > > the Database. > > > > greetz > > David > > > > > >