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

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

    [ https://issues.apache.org/jira/browse/DIRSTUDIO-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660064#action_12660064 ] 

Tycho Eggen commented on DIRSTUDIO-440:
---------------------------------------

I might not have been entirely clear, but the precedence set under userPermissions result in being set to 14.

> Multiple user permissions precedence issue
> ------------------------------------------
>
>                 Key: DIRSTUDIO-440
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-440
>             Project: Directory Studio
>          Issue Type: Bug
>         Environment: Windows XP SP3
>            Reporter: Tycho Eggen
>            Priority: Minor
>
> 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.