Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 524486CB2 for ; Mon, 20 Jun 2011 08:40:09 +0000 (UTC) Received: (qmail 43313 invoked by uid 500); 20 Jun 2011 08:40:09 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 43182 invoked by uid 500); 20 Jun 2011 08:40:08 -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 43174 invoked by uid 99); 20 Jun 2011 08:40:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 08:40:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 08:40:07 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 537B5423C70 for ; Mon, 20 Jun 2011 08:39:47 +0000 (UTC) Date: Mon, 20 Jun 2011 08:39:47 +0000 (UTC) From: "Mike Adamson (JIRA)" To: dev@directory.apache.org Message-ID: <1558988689.20073.1308559187338.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (DIRSERVER-1625) Cannot modify a prescriptiveAci on a subEntry MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Cannot modify a prescriptiveAci on a subEntry --------------------------------------------- Key: DIRSERVER-1625 URL: https://issues.apache.org/jira/browse/DIRSERVER-1625 Project: Directory ApacheDS Issue Type: Bug Components: core Reporter: Mike Adamson Attempting to replace an aci on a subEntry using a user session with the following: ModifyRequest modifyRequest = new ModifyRequestImpl().setName(subEntryDn).replace(aciAttribute); session.modify(modifyRequest); results in a LdapSchemaViolationException I have tracked this down to this block of code at the bottom of the AciAuthorizationInterceptor.modify method: Entry modifiedEntry = modifyContext.lookup( dn, ByPassConstants.LOOKUP_BYPASS ); tupleCache.subentryModified( dn, mods, modifiedEntry ); groupCache.groupModified( dn, mods, entry, schemaManager ); -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira