From dev-return-28465-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Thu Jan 01 09:57:08 2009 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 73631 invoked from network); 1 Jan 2009 09:57:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jan 2009 09:57:08 -0000 Received: (qmail 92688 invoked by uid 500); 1 Jan 2009 09:57:07 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 92651 invoked by uid 500); 1 Jan 2009 09:57:07 -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 92642 invoked by uid 99); 1 Jan 2009 09:57:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jan 2009 01:57:07 -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; Thu, 01 Jan 2009 09:57:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9C903234C4A7 for ; Thu, 1 Jan 2009 01:56:44 -0800 (PST) Message-ID: <941380032.1230803804640.JavaMail.jira@brutus> Date: Thu, 1 Jan 2009 01:56:44 -0800 (PST) From: "Stefan Seelmann (JIRA)" To: dev@directory.apache.org Subject: [jira] Resolved: (DIRSTUDIO-440) Multiple user permissions precedence issue In-Reply-To: <258954730.1230715484485.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-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seelmann resolved DIRSTUDIO-440. --------------------------------------- Resolution: Fixed Fixed in trunk: http://svn.apache.org/viewvc?rev=730519&view=rev http://svn.apache.org/viewvc?rev=730520&view=rev The problem is fixed, it will be available with the next Studio version 1.4.0. > Multiple user permissions precedence issue > ------------------------------------------ > > Key: DIRSTUDIO-440 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-440 > Project: Directory Studio > Issue Type: Bug > Components: studio-acieditor > Affects Versions: 1.3.0 > Environment: Windows XP SP3 > Reporter: Tycho Eggen > Assignee: Stefan Seelmann > Priority: Minor > Fix For: 1.4.0 > > > When adding the appended prescriptiveACI, the precedence values for the specific User Permissions get reset to the precedence for the prescriptiveACI upon exiting the ACI Item editor. > ====================================================================== > { > identificationTag "test", > precedence 14, > authenticationLevel simple, > itemOrUserFirst userFirst: > { > userClasses { allUsers }, > userPermissions > { > { > precedence 1, > protectedItems { entry, allUserAttributeTypesAndValues }, > grantsAndDenials > { > grantReturnDN, > grantBrowse, > grantRead > } > } > , > { > precedence 2, > protectedItems > { > attributeType { userPassword } > } > , > grantsAndDenials > { > denyReturnDN, > denyRead, > denyBrowse > } > } > } > } > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.