Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 74258 invoked from network); 3 May 2005 22:26:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2005 22:26:15 -0000 Received: (qmail 34134 invoked by uid 500); 3 May 2005 22:28:01 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 34059 invoked by uid 500); 3 May 2005 22:28:00 -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 34038 invoked by uid 99); 3 May 2005 22:27:59 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from smtp1.superb.net (HELO smtp1.superb.net) (207.228.225.14) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 03 May 2005 15:27:59 -0700 Received: (qmail 19228 invoked by uid 503); 3 May 2005 22:26:09 -0000 Received: from unknown (HELO ?192.168.0.3?) (chris@pegacat.com@220.253.114.92) by 207.228.225.14 with ESMTPA; 3 May 2005 22:26:09 -0000 Mime-Version: 1.0 (Apple Message framework v622) In-Reply-To: <20050503014241.90386.qmail@web30714.mail.mud.yahoo.com> References: <20050503014241.90386.qmail@web30714.mail.mud.yahoo.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <439b3fc3606b85de9b5f2d2c9458f1d1@pegacat.com> Content-Transfer-Encoding: 7bit From: Chris Betts Subject: Re: [apacheds] ldap backed Date: Wed, 4 May 2005 08:28:25 +1000 To: "Apache Directory Developers List" X-Mailer: Apple Mail (2.622) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Marc, I ended up writing a generic 'jndi backend', and when I set it to use the default sun jndi / ldap provider, it works very nicely as an ldap backend. There's still the problem with special characters in the names being mangled, but I haven't had time to chase that down yet... - Chris On 03/05/2005, at 11:42 AM, Marc Boorshtein wrote: > Hey chris, > > I was just curiose how far along your ldap backend is? > > marc > > > --- Marc Boorshtein wrote: