Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 46929 invoked from network); 2 Aug 2005 15:30:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2005 15:30:44 -0000 Received: (qmail 74164 invoked by uid 500); 2 Aug 2005 15:30:43 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 74121 invoked by uid 500); 2 Aug 2005 15:30:43 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 74107 invoked by uid 99); 2 Aug 2005 15:30:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2005 08:30:42 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of david@bozemanpass.com designates 69.145.82.195 as permitted sender) Received: from [69.145.82.195] (HELO toad.mtbrook.bozemanpass.com) (69.145.82.195) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2005 08:30:33 -0700 Received: from [69.145.82.218] (unknown [69.145.82.218]) by toad.mtbrook.bozemanpass.com (Postfix) with ESMTP id 7A80611027B for ; Tue, 2 Aug 2005 08:30:39 -0700 (PDT) Message-ID: <42EF919F.7030408@bozemanpass.com> Date: Tue, 02 Aug 2005 08:30:39 -0700 From: David Boreham User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Client library References: <175413f5f273d5b3b7beb1727fdf62e8@apache.org> <42EF8D31.2030300@ipov.net> <800df63905080208267f5e26bb@mail.gmail.com> In-Reply-To: <800df63905080208267f5e26bb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Marc Boorshtein wrote: >You may also want to check out JLDAP and JDBC-LDAP from the OpenLDAP >project. JLDAP is a java implementation for client libraries of the >LDAP protocol and is closer to the protocol then JNDI. JDBC-LDAP is >based on JLDAP but alows you to use SQL statements when working with >LDAP directories (it also includes a browser as well). > > There's also the Mozilla (former Netscape) library: http://www.mozilla.org/directory/javasdk.html It allows bare-metal access to the protocol.