From dev-return-11756-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Sun Apr 23 17:09:15 2006 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 38873 invoked from network); 23 Apr 2006 17:09:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Apr 2006 17:09:14 -0000 Received: (qmail 56840 invoked by uid 500); 23 Apr 2006 17:09:14 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 56797 invoked by uid 500); 23 Apr 2006 17:09:13 -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 56786 invoked by uid 99); 23 Apr 2006 17:09:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Apr 2006 10:09:13 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Apr 2006 10:09:13 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0B3D07142AD for ; Sun, 23 Apr 2006 17:08:06 +0000 (GMT) Message-ID: <21603991.1145812086027.JavaMail.jira@brutus> Date: Sun, 23 Apr 2006 17:08:06 +0000 (GMT+00:00) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-606) ou=users, ou=system - user cannot see their own entry In-Reply-To: <1942518626.1144099366669.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 [ http://issues.apache.org/jira/browse/DIRSERVER-606?page=comments#action_12375891 ] Emmanuel Lecharny commented on DIRSERVER-606: --------------------------------------------- Ooops... I have debugged the server, and I realized that the problem I had was related to the way the password was created. As you just can import it from a file, if you create this file with a standard editor, it adds a '\a' at the end of it. Now, I have the correct result ldapsearch -x -h localhost -p 10389 -D "cn=fiona apple,ou=users,ou=system" -w machine -s sub -b "ou=users,ou=system" "(objectClass=*)" gives : # extended LDIF # # LDAPv3 # base with scope sub # filter: (objectClass=*) # requesting: ALL # # users, system dn: ou=users,ou=system objectClass: top objectClass: organizationalUnit ou: users # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1 > ou=users, ou=system - user cannot see their own entry > ----------------------------------------------------- > > Key: DIRSERVER-606 > URL: http://issues.apache.org/jira/browse/DIRSERVER-606 > Project: Directory ApacheDS > Type: Bug > Versions: 1.0-RC1 > Environment: JDK 1.4.1 > Tried both JXplorer, and from ACEGI security > Reporter: Marc Batchelor > Assignee: Stefan Zoerner > Priority: Critical > Attachments: patch.txt > > User binds to ApacheDS as a user under ou=users, ou=system. The user cannot see their own entry to get their own attributes. > Documentation states: Users cannot see other user entries under the 'ou=users,ou=system' entry. > Agreed and understood. But, the user, after binding with the directory, cannot even find their own entry to get their own attributes. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira