Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 15307 invoked from network); 20 Aug 2006 19:37:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Aug 2006 19:37:02 -0000 Received: (qmail 59629 invoked by uid 500); 20 Aug 2006 19:37:02 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 59397 invoked by uid 500); 20 Aug 2006 19:37:01 -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 59378 invoked by uid 99); 20 Aug 2006 19:37:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Aug 2006 12:37:01 -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, 20 Aug 2006 12:36:04 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 98A9041000E for ; Sun, 20 Aug 2006 19:32:15 +0000 (GMT) Message-ID: <13027590.1156102335621.JavaMail.jira@brutus> Date: Sun, 20 Aug 2006 12:32:15 -0700 (PDT) From: "Stefan Zoerner (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-614) Server allows adding multiple values to a single valued attribute In-Reply-To: <14020631.1146659986342.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DIRSERVER-614?page=comments#action_12429290 ] Stefan Zoerner commented on DIRSERVER-614: ------------------------------------------ I have written a small piece of Java code to check the LDAP error codes. I will attach it later. Here are the result codes for an operation as described in the issue for different servers: Sun Java System Directory Server 5.2: "LDAP: error code 65 - Object Class Violation" IBM Tivoli Directory Server 6.0: "LDAP: error code 65 - Object Class Violation" OpenLDAP 2.3: "LDAP: error code 19 - displayname: multiple values provided" Please note that for Tivoli no error occurs with displayName, because it is not single valued in the schema of the server. I used attribute type employeeNumber instead to determine the result code. > Server allows adding multiple values to a single valued attribute > ----------------------------------------------------------------- > > Key: DIRSERVER-614 > URL: http://issues.apache.org/jira/browse/DIRSERVER-614 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.0-RC1, 1.0-RC2 > Environment: Apache Directory Server 1.0 RC2 > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08) > Windows XP-SP2 > Reporter: Stefan Zoerner > Assigned To: Ersin Er > > The server allows the creation of entries, in which single-valued-attributes (single-valued according to the schema) have more than one value. > For instance, the addition of the following entry is possible: > dn: cn=Fiona Apple,dc=example,dc=com > objectclass: top > objectclass: person > objectclass: organizationalPerson > objectclass: inetOrgPerson > cn: Fiona Apple > sn: Apple > displayname: Fiona Apple > displayname: F. Apple > displayname (from inetOrgPerson) is single-valued in the schema. Thus the creation of this entry should not be possible (Schema Violation). Checks are missing both for entry creation (add op) and entry modification (modify op). -- 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