From dev-return-28982-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Fri Aug 31 02:26:25 2007 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 93361 invoked from network); 31 Aug 2007 02:26:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Aug 2007 02:26:22 -0000 Received: (qmail 13936 invoked by uid 500); 31 Aug 2007 02:26:17 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 13439 invoked by uid 500); 31 Aug 2007 02:26:16 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 13430 invoked by uid 99); 31 Aug 2007 02:26:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2007 19:26:16 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of liyilei1979@gmail.com designates 209.85.128.191 as permitted sender) Received: from [209.85.128.191] (HELO fk-out-0910.google.com) (209.85.128.191) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2007 02:26:12 +0000 Received: by fk-out-0910.google.com with SMTP id 18so505679fks for ; Thu, 30 Aug 2007 19:25:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=RhCvODkG+GTk7a2rzB7PrAj1Lo1Xc7b+Ftl2aKvaAJHp5WngLDg5DHVuPN/WiYb/wnoyEc8yPLM9SS2T6cuYEuVo9V3dPnXf4V59egvqywQpX3ZZzXxFYeI7FJ8fp/fb//aftl0aDEVjLeGiTKEoGhCFOJA7hoC4RYWNubRV6dw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=eoMcoGfwm+NjQoHLWZKKNKx/krVGdAq0f/onENaEgaUyo734vH+20iL7TgMKXSK+u4Uc79+BFQDAR7tJ7RVQA9j7HOhFgl2LmBwn6qYuSAPZUGvupds8zURJPVzE/xaBdTnzU38JPSj6ICVT5Nrzzw9b+0GPtPTUBqH/Dh0hyBQ= Received: by 10.82.177.3 with SMTP id z3mr1422017bue.1188527139967; Thu, 30 Aug 2007 19:25:39 -0700 (PDT) Received: by 10.82.159.3 with HTTP; Thu, 30 Aug 2007 19:25:39 -0700 (PDT) Message-ID: Date: Fri, 31 Aug 2007 10:25:39 +0800 From: "Leo Li" To: dev@harmony.apache.org Subject: Re: [classlib][ldap] Fwd: [OT] Is there a Java client to interact with directory server? In-Reply-To: <46D543E1.9030005@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5912_14317287.1188527139910" References: <473c46620708281929m1ed8bd72se911f2e292c27ee2@mail.gmail.com> <20070829024839.65627.qmail@mail.superb.net> <473c46620708281951w282ff300n156662e38489deef@mail.gmail.com> <473c46620708282005q38ff96b8q68ce92af98f9c5a4@mail.gmail.com> <6e47b64f0708290143o5baf3458i903cb024772daa09@mail.gmail.com> <473c46620708290152y329365f4ma6d24a8eecc9726@mail.gmail.com> <46D543E1.9030005@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5912_14317287.1188527139910 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 8/29/07, Tim Ellison wrote: > > We need an LDAP client *library* rather than a client tool though. > > Reading the thread [1] on Apache Directory it seems that they do have > such a thing, so it may be just a case of figuring out how to take it as > a separate library and converting writing the JNDI provider code. > > BTW: Seems that they are also maintaining an ASN.1 library -- that > sounds like a candidate for factoring out as a common component. Agree. A lot of other security related problem depends on this library, such as pureTLS. Furthermore, the X509 certificate library is also another good candidate for common component. [1] > > http://mail-archives.apache.org/mod_mbox/directory-dev/200708.mbox/%3c46D5183B.1070000@apache.org%3e > > Regards, > Tim > > Spark Shen wrote: > > Thank you for your comments. > > > > Actuall, I am now discussing it with apache directory guys. They said > they > > have a subproject ldap studio (Apache license v2) which support most of > the > > functions of ldap service provider. But we need to do many customization > and > > wrapping. I prefer to turn to this implementation. Since the license is > > compatible and the community is responsive. > > > > 2007/8/29, Stepan Mishura : > >> On 8/29/07, Spark Shen wrote: > >>> Hi all: > >>> > >>> As said before, I plan to develop ldap service provider. I forward my > >>> discussion with apache directory developers below. > >>> > >>> According to them, the JXplorer(http://jxplorer.org) project of > computer > >>> associates open source software license may of help. The license is > said > >> to > >>> be the old version of apache license. I am not sure whether we can > >> utilize > >>> the project due to the license issue. > >>> > >>> Would any one give some comments? > >>> > >> As I understood in JXplorer's license 'Apache' was substituted by > >> 'Computer Associates' - so you may try to compare it word for word > >> with old Apache license[1]. Or you may ask for help on > >> legal-discuss@apache.org mailing list. > >> > >> Thanks, > >> Stepan. > >> > >> [1]http://apache.org/licenses/LICENSE-1.0 > >> > >>> ---------- Forwarded message ---------- > >>> From: Spark Shen > >>> Date: 2007-8-29 ??10:51 > >>> Subject: Re: [OT] Is there a Java client to interact with directory > >> server? > >>> To: Apache Directory Developers List > >>> > >>> Thanks for your help. > >>> > >>> 2007/8/29, chris@pegacat.com : > >>>> > >>>> The folks here have developed a neat eclipse plug-in client, but if > >> you > >>>> want > >>>> a stand-alone client jxplorer (http://jxplorer.org) may do the trick. > >>>> > >>>> It uses the old Apache licence with the words 'Apache' crossed out > and > >>>> 'Computer Associates' put in instead. > >>>> > >>>> > >>>>> Hi all > >>>>> > >>>>> I am spark, and I am from apache harmony project. Nice to meet you > >> here. > >>>>> Recently, I am developing Ldap service provider for HDK. It's a jndi > >>>>> feature. In essence, this service provider is a ldap client, which > >>>> supports > >>>>> LdapV3 extended operations and controls. > >>>>> May be the client with apache license is already here, I think. If > >> so, I > >>>> am > >>>>> lucky enough to avoid reinventing the wheel :-) > >>>>> > >>>>> If there is no such a client, does any guru here knows where I can > >> find > >>>> one > >>>>> with apache compatible license? > >>>>> > >>>>> Thanks in advance. > >>>>> -- > >>>>> Spark Shen > >>>>> China Software Development Lab, IBM > >>>> > >>>> > >>>> --------------------------------------- > >>>> Dr Christopher Betts > >>>> Melbourne, Australia > >>>> pegacat.com > >>>> > >>>> Wer mit Ungeheuern kampft, mag zusehn, > >>>> dass er nicht dabei zum Ungeheuer wird. > >>>> - Nietzsche > >>>> > >>>> (Who fights Monsters must beware, > >>>> lest in doing so they become one) > >>>> > >>> -- > >>> Spark Shen > >>> China Software Development Lab, IBM > > > > > > > -- Leo Li China Software Development Lab, IBM ------=_Part_5912_14317287.1188527139910--