From dev-return-21842-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Wed Oct 03 06:49:55 2007 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 5789 invoked from network); 3 Oct 2007 06:49:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2007 06:49:53 -0000 Received: (qmail 16761 invoked by uid 500); 3 Oct 2007 06:49:32 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 16703 invoked by uid 500); 3 Oct 2007 06:49:31 -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 16636 invoked by uid 99); 3 Oct 2007 06:49:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 23:49:31 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 06:49:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3DD39714212 for ; Tue, 2 Oct 2007 23:48:51 -0700 (PDT) Message-ID: <28492019.1191394131250.JavaMail.jira@brutus> Date: Tue, 2 Oct 2007 23:48:51 -0700 (PDT) From: "Stefan Zoerner (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-1080) LDAP modify operation does not create or update necessary operational attributes within an entry In-Reply-To: <18821687.1191355370709.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/DIRSERVER-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532014 ] Stefan Zoerner commented on DIRSERVER-1080: ------------------------------------------- Just a note to RFC 4510 and _may_: This issue is VSLDAP relevant. So we have either to fix it, or to discuss with the Open Group why we don't support it. > LDAP modify operation does not create or update necessary operational attributes within an entry > ------------------------------------------------------------------------------------------------ > > Key: DIRSERVER-1080 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1080 > Project: Directory ApacheDS > Issue Type: Bug > Components: ldap > Affects Versions: 1.5.1 > Environment: * ApacheDS 1.5.1 > * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) > * Windows XP Professional SP2 > Reporter: Stefan Zoerner > Assignee: Alex Karasulu > > If an existing entry is modified (e.g. additional attribute addition), and the operational attributes "modifiersName" and "modifyTimestamp" are not present, they are not present afterwards as well. > I have extended the existing test case org.apache.directory.server.core.operational.OperationalAttributeServiceITest in order to demonstrate this and to depict the desired behavior (svn commit follows). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.