You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2008/12/31 16:36:44 UTC

[jira] Updated: (DIRSTUDIO-440) Multiple user permissions precedence issue

     [ https://issues.apache.org/jira/browse/DIRSTUDIO-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann updated DIRSTUDIO-440:
--------------------------------------

          Component/s: studio-acieditor
    Affects Version/s: 1.3.0
        Fix Version/s: 1.4.0
             Assignee: Stefan Seelmann

> 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.