Re: Using LDAP for authentication

2007-04-13 Thread Jesse McConnell
1) my thought would be you don't have a mapping between the principal and the user assignments in the rbac setup...if that principal isn't the same between the two systems then your not going to have any authorization credentials.. 2) unless you have the authorization you don't get to see roles t

Re: Using LDAP for authentication

2007-03-29 Thread David Goemans
I tried to implement my Class LdapUserManager without extending JdoUserManager. But there are some problems: I set the hint of my implementation on ldap and changed the Requirements of the classes which use a UserManager on my Implementation (hint=ldap). But the only class I found where "org.apac

Using LDAP for authentication

2007-02-27 Thread David Goemans
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.s