Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 25644 invoked from network); 6 Jun 2007 16:39:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2007 16:39:28 -0000 Received: (qmail 66353 invoked by uid 500); 6 Jun 2007 16:39:31 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 66323 invoked by uid 500); 6 Jun 2007 16:39:31 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 66312 invoked by uid 99); 6 Jun 2007 16:39:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 09:39:30 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of carlossg@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 09:39:26 -0700 Received: by ug-out-1314.google.com with SMTP id 34so535819ugf for ; Wed, 06 Jun 2007 09:39:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=mh+hNWMJw0UUS4r1BMWBkACE7snAWnAXBMbMcpwnNWZLZeAxztPtzeU/WwvrD2ky5mHRx72tlYGx+pTs5m82Fc8ArQuuqiQ4JAhFFjkhT4tZQIBMu2Sl2ttfWVX6VeI+pMdvXGwE7sfUPZlT9zAp5alhC3bX63g0asfqLHdQoMA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=D4oaoR7JpaJ8zjB48sXib+26zT2XOh7u+2gQHydJbN+KcalXscDNNBOxCJQMaGNncsbBaenYCyabS55XvlN3Q0wdetYIrOdmz8YtzxWj7r/5vcsBscrQQUDa7Zh3OWTXhKGy4ZZVcDew4dgxVjgNl52oFA0g3fFdsZ86X1gNiuo= Received: by 10.67.6.14 with SMTP id j14mr1330698ugi.1181147945047; Wed, 06 Jun 2007 09:39:05 -0700 (PDT) Received: by 10.66.242.7 with HTTP; Wed, 6 Jun 2007 09:39:04 -0700 (PDT) Message-ID: <1a5b6c410706060939u3ece3c7cwa3fba4e744b0c6ea@mail.gmail.com> Date: Wed, 6 Jun 2007 09:39:04 -0700 From: "Carlos Sanchez" Sender: carlossg@gmail.com To: continuum-dev@maven.apache.org Subject: Re: LDAP-Module for Continuum In-Reply-To: <4666CD54.3040101@tarent.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46651C88.7030009@tarent.de> <4666C1D2.8000107@tarent.de> <4666CD54.3040101@tarent.de> X-Google-Sender-Auth: c34f024becb3fbbc X-Virus-Checked: Checked by ClamAV on apache.org Using LGPL is going to be tricky, but if you contribute the code of your part under Apache we could try to reuse it with other library like Spring-LDAP http://www.springframework.org/ldap On 6/6/07, David Goemans wrote: > First my LDAP-Lib does more than a normal LDAP-Connection library. For > example it provides a LDAP-User, which allready contains all attributes > of a user. And it also provides methods to get all attributes of a > LDAP-Node. > > I used JNDI in this Lib to connect to LDAP, so it should work with any > ldap-server. But I have only tested it with OpenLDAP and ADS. > > David > > Jesse McConnell schrieb: > > does your ldap lib connect up to arbitrary ldap servers? I have been > > poking around recently with using apacheds as an embedded ldap server > > and writing a general ldap user manager and ldap authenticator against > > it. > > > > I am not sure if I can use the GPL part of that. > > > > jesse > > > > On 6/6/07, David Goemans wrote: > >> Jesse McConnell schrieb: > >> we are willing to contribute the ldap-module under apache license. But > >> this module uses also our LDAP-lib, which we only want to contribute > >> under GPL. > >> > >> To function of my module: it is an implementation of the plexus-redback > >> user manager (But only a simple one, which don't offer pwd-change etc.). > >> > >> David > >> > could you make that apache license? > >> > > >> > then you can add it to issue > >> > > >> > http://jira.codehaus.org/browse/PLXREDBACK-74 > >> > > >> > and I'll take a look-see, I have been kicking around different ways to > >> > use ldap so it will be nice to see what you have :) > >> > > >> > jesse > >> > > >> > On 6/5/07, David Goemans wrote: > >> >> Hi, > >> >> > >> >> I've written a LDAP-Module for User-Management in Continuum > >> >> (Plexus-redback). This has already worked fine. But it doesn't work > >> with > >> >> the actual trunk. I think something has changed with > >> >> redback-configuration. > >> >> > >> >> I think a LDAP-Module for Continuum were a good feature and my company > >> >> is willing to contribute it under GPL-License. > >> >> > >> >> David > >> >> > >> > > >> > > >> > >> > > > > > > -- I could give you my word as a Spaniard. No good. I've known too many Spaniards. -- The Princess Bride