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 10:24:44 UTC

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

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.


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

Posted by "Stefan Seelmann (JIRA)" <ji...@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.


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

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot closed DIRSTUDIO-440.
--------------------------------------------


Apache Directory Studio version 1.4.0 has been released.

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


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

Posted by "Tycho Eggen (JIRA)" <ji...@apache.org>.
    [ 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.