From users-return-670-apmail-directory-users-archive=directory.apache.org@directory.apache.org Fri Jul 20 06:55:28 2007 Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 8617 invoked from network); 20 Jul 2007 06:55:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jul 2007 06:55:27 -0000 Received: (qmail 19602 invoked by uid 500); 20 Jul 2007 06:54:56 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 19577 invoked by uid 500); 20 Jul 2007 06:54:56 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 19566 invoked by uid 99); 20 Jul 2007 06:54:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2007 23:54:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [81.169.146.161] (HELO mo-p00-ob.rzone.de) (81.169.146.161) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2007 23:54:53 -0700 Received: from [127.0.0.1] (p548FF42C.dip.t-dialin.net [84.143.244.44]) by post.webmailer.de (klopstock mo34) (RZmta 9.1) with ESMTP id j0023cj6K0eou4 for ; Fri, 20 Jul 2007 08:54:30 +0200 (MEST) Message-ID: <46A05C4C.7040100@labeo.de> Date: Fri, 20 Jul 2007 08:55:08 +0200 From: Stefan Zoerner User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: users@directory.apache.org Subject: Re: Is ApacheDS 1.5 case-sensitive and whitespace-sensitive? References: <469FC4E1.5030906@webunity.de> <46A05691.2070806@webunity.de> In-Reply-To: <46A05691.2070806@webunity.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RZG-AUTH: kR2YrGeU3i5GJZNxbYfAbITnBeX/YWiFZ/RSZNN7D9RkvGeI24ePHft7 X-RZG-CLASS-ID: mo00 X-Virus-Checked: Checked by ClamAV on apache.org Hi Markus! Markus Pohle wrote: > Thx for your fast reply... your answers are what I expect ApacheDS to > act like. But there is one last question that I would like to ask > (question is at the end of this text, first some information ;-) ): > > We need to use a so called DisIbmDsUserProvider.class which acts as the > interconnector between the Coremedia Content Management System and our > LDAP Server (First IBM TDS, now as mentioned, ApacheDS). This Connector > sends Requests against the ApacheDS Servers that should look like this: > > DN: uid=00370029, cn=users, dc=VERWALTUNG, dc=DOUGLASHOLDING > > But what it sends instead of this (I saw it in the logfiles of our > Content Server but cannot see it in ApacheDS logfiles) is the following: > > DN: uid=00370029,%20cn=users,%20dc=VERWALTUNG,%20dc=DOUGLASHOLDING > > Therefore, within the whitespace encoding to %20, the ApacheDS cannot > resolve this request. I did a small and simple test my own doing a > simple search against ApacheDS from within a simple java class. An error > is thrown: Are you sure, that the "%20" is sent to the LDAP server on the wire? I ask because I question myself whether it has worked before (with TivoliDS instead of ApacheDS)?. I have an IBM server here in my test environment. And it does not accept a bind with "cn=Tori Amos,%20DC=TIVOLIDS,%20DC=DEGAS" (but with "cn=Tori Amos, DC=TIVOLIDS, DC=DEGAS"). Greetings from Hamburg, STefan