You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Frank Zhao <Fr...@motricity.com> on 2005/10/18 22:51:16 UTC

Suggestions on implemeting the Continuum User Authentication via LDAP

Since we need this feature pretty soon, I am planning to make a patch for the LDAP feature in Continuum. Any suggestions/hints on how to design/implement this feature will be highly appreciated. 

In addition, how long do you think it takes for the implementation? This would be very helpful for me to evaluate the work.

Thanks!

Frank




-----Original Message-----
From: Brett Porter [mailto:brett.porter@gmail.com]
Sent: Mon 10/17/2005 9:35 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum User Authentication via LDAP
 
I would like to see that happen. Please file it as a feature request
and we will consider it for future versions.

- Brett

On 10/17/05, Frank Zhao <Fr...@motricity.com> wrote:
>
> I am very glad to see the recent Continuum Beta 1 version having user management functions. It is very important to us.
>
> My question is will Continuum support LDAP for the user authentication? If not, is there a plan to do that in the near future?
>
> Thanks in advance,
>
> Frank
>
>


Re: Suggestions on implemeting the Continuum User Authentication via LDAP

Posted by Emmanuel Venisse <em...@venisse.net>.
With the actual code, you can't do it. Continuum code need a little refactoring for 
support other user management implementation

- create a user management api project
- create a user management store project that use only database for 
authentication/add/delete/search user
- create a user management ldap project with ldap access and database access

Which informations do you want to use from ldap? only user/password?

Emmanuel

Frank Zhao a écrit :
> Since we need this feature pretty soon, I am planning to make a patch for the LDAP feature in Continuum. Any suggestions/hints on how to design/implement this feature will be highly appreciated. 
> 
> In addition, how long do you think it takes for the implementation? This would be very helpful for me to evaluate the work.
> 
> Thanks!
> 
> Frank
> 
> 
> 
> 
> -----Original Message-----
> From: Brett Porter [mailto:brett.porter@gmail.com]
> Sent: Mon 10/17/2005 9:35 PM
> To: continuum-users@maven.apache.org
> Subject: Re: Continuum User Authentication via LDAP
>  
> I would like to see that happen. Please file it as a feature request
> and we will consider it for future versions.
> 
> - Brett
> 
> On 10/17/05, Frank Zhao <Fr...@motricity.com> wrote:
> 
>>I am very glad to see the recent Continuum Beta 1 version having user management functions. It is very important to us.
>>
>>My question is will Continuum support LDAP for the user authentication? If not, is there a plan to do that in the near future?
>>
>>Thanks in advance,
>>
>>Frank
>>
>>
> 
>