From dev-return-27889-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Sun Nov 02 01:04:15 2008 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 17123 invoked from network); 2 Nov 2008 01:04:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2008 01:04:10 -0000 Received: (qmail 98377 invoked by uid 500); 2 Nov 2008 01:04:12 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 98330 invoked by uid 500); 2 Nov 2008 01:04:12 -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 97985 invoked by uid 99); 2 Nov 2008 01:04:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Nov 2008 18:04:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2008 01:03:03 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4C2AE234C25C for ; Sat, 1 Nov 2008 18:03:44 -0700 (PDT) Message-ID: <1481506152.1225587824310.JavaMail.jira@brutus> Date: Sat, 1 Nov 2008 18:03:44 -0700 (PDT) From: "Daniel Henninger (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-1285) Quotes in DN on simple binds causes referral error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Quotes in DN on simple binds causes referral error -------------------------------------------------- Key: DIRSERVER-1285 URL: https://issues.apache.org/jira/browse/DIRSERVER-1285 Project: Directory ApacheDS Issue Type: Bug Affects Versions: 1.5.4 Environment: Windows XP, embedded in another java app, jdk 1.6.0 Reporter: Daniel Henninger A user exists in my database: uid=openfire,ou=users,ou=system if I authenticate using that DN, everything is fine if I authenticate using: uid="openfire",ou="users",ou="system" (or any iteration of the quotes) I get an error: LDAP: error code 49 - Bind principalDN points to referral. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.