Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 76705 invoked from network); 28 Nov 2008 07:41:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2008 07:41:09 -0000 Received: (qmail 1356 invoked by uid 500); 28 Nov 2008 07:41:19 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 1159 invoked by uid 500); 28 Nov 2008 07:41:19 -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 863 invoked by uid 99); 28 Nov 2008 07:41:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 23:41:18 -0800 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; Fri, 28 Nov 2008 07:39:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 52461234C2A2 for ; Thu, 27 Nov 2008 23:40:46 -0800 (PST) Message-ID: <839907536.1227858046335.JavaMail.jira@brutus> Date: Thu, 27 Nov 2008 23:40:46 -0800 (PST) From: "Kiran Ayyagari (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSTUDIO-428) Same Name for attribute type and objectclass In-Reply-To: <1174264284.1227616424394.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-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651488#action_12651488 ] Kiran Ayyagari commented on DIRSTUDIO-428: ------------------------------------------ In the schema no two elements (either attributetype or objectcalss) can have the same name.This is invalid. ( I forgot the rfc number which states this Can someone mention the rfc number which states this.) > Same Name for attribute type and objectclass > -------------------------------------------- > > Key: DIRSTUDIO-428 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-428 > Project: Directory Studio > Issue Type: Bug > Components: studio-schemaeditor > Affects Versions: 1.3.0 > Environment: windows xp and vista > Reporter: Gunther Lochstampfer > > given a class > objectclass ( 1.3.6.1.4.1.25977.1.1.1.2.5 > NAME 'racfClass' > DESC 'Abbildung einer RACF Resourceklasse z.B. G000401' > SUP RRContainer > STRUCTURAL > MUST racfClass > MAY ( cn $ racfResourceMember ) > ) > and attribute type > attributetype ( 1.3.6.1.4.1.25977.1.1.1.1.31 > NAME 'racfClass' > DESC 'racfClass' > EQUALITY caseIgnoreMatch > ORDERING caseIgnoreOrderingMatch > SUBSTR caseIgnoreSubstringsMatch > SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 > ) > studio complains about alias already in use by another item ... > for your investigation my superior class > objectclass ( 1.3.6.1.4.1.25977.1.1.1.2.1 > NAME 'RRContainer' > DESC 'Standard Container, erweitert um Beschreibung und Status' > SUP top > STRUCTURAL > MUST cn > MAY ( description $ rr-status ) > ) > this works under openldap and ldap z/OS -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.