Re: Using LDAP for authentication

2007-02-27 Thread Joakim Erdfelt
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

Re: Using LDAP for authentication

2007-02-27 Thread Thierry Lach
Please? On 2/27/07, Joakim Erdfelt <[EMAIL PROTECTED]> 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 > R

Re: Using LDAP for authentication

2007-02-27 Thread David Goemans
yes I am willing to share this implementation. But I didn't write a implementation now (only a dummy). At the moment I only want to know how to configure it in the component.xml-File. Then I will try to write a LDAP-implementation. greetz David Joakim Erdfelt schrieb: > Would you be willing to

Re: Using LDAP for authentication

2007-02-27 Thread Joakim Erdfelt
There are 3 database stores for you to worry about. Users Roles / Permissions / Resouces Keys If you are just providing Users / Authentication ldap integration, then you need only to create an LDAP Provider for the Users Store. Use the maven 2 build process and you don't have to manage the compo

Re: Using LDAP for authentication

2007-02-27 Thread Dan Tran
give me LDAP :-) On 2/27/07, Joakim Erdfelt <[EMAIL PROTECTED]> wrote: There are 3 database stores for you to worry about. Users Roles / Permissions / Resouces Keys If you are just providing Users / Authentication ldap integration, then you need only to create an LDAP Provider for the Users S

Re: Using LDAP for authentication

2007-02-28 Thread David Goemans
Hi, at first thanks for your help. I want to write a UserManager, which extends the JdoUserManager and only search in LDAP if the user isn't saved in Database. But my first problem is that I don't understand, how continuum knows that it should use my UserManager-implementation. - David Joakim E

Re: Using LDAP for authentication

2007-02-28 Thread Joakim Erdfelt
Some problems here. You can't extend JdoUserManager. That won't work. If you need multiple sources for Users, then that is a feature we need to add to the security framework. We already do this with the Authorization bits. I see no reason we can't do that for the Authentication bits too. Again,

Re: Using LDAP for authentication

2007-04-10 Thread David Goemans
Hi, Now I know, how I can let Continuum only use My implementation (deleted the JDO-UsermanagerProvider.jar). But I have other problems: 1. My LDAP-User has no Authorisation (At the moment, I fixed it by manually db-insert) 2. I could not give my user any new assignments in Web-Front Effective Ro