From dev-return-25764-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Tue Jul 08 20:43:27 2008 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 26108 invoked from network); 8 Jul 2008 20:43:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jul 2008 20:43:25 -0000 Received: (qmail 46874 invoked by uid 500); 8 Jul 2008 20:43:25 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 46828 invoked by uid 500); 8 Jul 2008 20:43:25 -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 46817 invoked by uid 99); 8 Jul 2008 20:43:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 13:43:25 -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; Tue, 08 Jul 2008 20:42:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1518E234C15F for ; Tue, 8 Jul 2008 13:42:34 -0700 (PDT) Message-ID: <1094558822.1215549754085.JavaMail.jira@brutus> Date: Tue, 8 Jul 2008 13:42:34 -0700 (PDT) From: "Stefan Seelmann (JIRA)" To: dev@directory.apache.org Subject: [jira] Resolved: (DIRSTUDIO-348) LDAP Studio 1.1.0 shows non existing attribute "name" when accessing eDirectory 8.8 In-Reply-To: <1855802725.1215172774810.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSTUDIO-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seelmann resolved DIRSTUDIO-348. --------------------------------------- Resolution: Invalid When requesting all attributes using "*" then eDirectory 8.8 returns the "name" attribute. I also tested using OpenLDAP command line: ldapsearch -H ldap://localhost:13389 -x -D "cn=admin,o=example" -W -b "o=EXAMPLE" -s base -a always "(objectClass=*)" "*" and received the following result: dn: o=EXAMPLE o: EXAMPLE objectClass: Organization objectClass: ndsLoginProperties objectClass: ndsContainerLoginProperties objectClass: Top ACL: 2#entry#o=EXAMPLE#loginScript ACL: 2#entry#o=EXAMPLE#printJobConfiguration name: EXAMPLE So please ask Novell why eDirectory returns that attribute ;-) BTW: In RFC 4519 the "name" attribute type is defined as the superior of e.g. the "o" attribute type. However the eDirectory schema does not contain the "name" attriubte type. > LDAP Studio 1.1.0 shows non existing attribute "name" when accessing eDirectory 8.8 > ----------------------------------------------------------------------------------- > > Key: DIRSTUDIO-348 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-348 > Project: Directory Studio > Issue Type: Bug > Components: studio-ldapbrowser > Affects Versions: 1.1.0 > Environment: LDAP Studio 1.1.0 on Windows, eDirectory 8.8.2 > Reporter: Patrick > Priority: Critical > Attachments: Organization.jpg > > > LDAP Studio 1.1.0 shows non existing attribute "name" when accessing eDirectory 8.8 on every entry. The value of this attribute is always equal to cn. Attribute "name" is not a valid LDAP attribute in the eDirectory schema. > Attribute can not be deleted or modified: > Error while modifying value > [LDAP: error code 17 - Undefined Attribute Type] > [LDAP: error code 17 - Undefined Attribute Type] > Object copy with "Copy Entry/DN" fails with the same error. > This wasn't the case with eDirectory 8.7.3. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.