Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 12640 invoked from network); 2 Jul 2005 18:54:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jul 2005 18:54:52 -0000 Received: (qmail 60977 invoked by uid 500); 2 Jul 2005 18:54:51 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 60926 invoked by uid 500); 2 Jul 2005 18:54:50 -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 60912 invoked by uid 99); 2 Jul 2005 18:54:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2005 11:54:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.252.22.21] (HELO smtp10.wanadoo.fr) (193.252.22.21) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2005 11:54:52 -0700 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1007.wanadoo.fr (SMTP Server) with ESMTP id 7DB4C280014E for ; Sat, 2 Jul 2005 20:54:46 +0200 (CEST) Received: from [127.0.0.1] (AOrleans-251-1-10-173.w83-199.abo.wanadoo.fr [83.199.205.173]) by mwinf1007.wanadoo.fr (SMTP Server) with ESMTP id 32C5B2800144 for ; Sat, 2 Jul 2005 20:54:46 +0200 (CEST) X-ME-UUID: 20050702185446208.32C5B2800144@mwinf1007.wanadoo.fr Message-ID: <42C6E2F6.20800@wanadoo.fr> Date: Sat, 02 Jul 2005 20:54:46 +0200 From: Tony Blanchard User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: fr, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Case sensitive question ... 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 I all, I created a new entry like this ou=CA,ou=system and this is a pkiCA object which I use with LDAPCertStore in JDK 1.5. I have some openssl certificates which issuer DNs are "OU=CA, OU=system" The problem is that code like this does not work : Context is already created with provider_url = ldap://localhost:10389/ou=system .... Attributes lAtts = MyOpenedLdapCtx.getAttributes ("OU=CA"); instead, this works: Attributes lAtts = MyOpenedLdapCtx.getAttributes ("ou=CA"); Is there something I am missing or it is a bug I have to write in Jira repository ? I can not change the OU part of generated openssl certificate... Thanks for help, Tony Blanchard