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.

Reply via email to