You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Branko Čibej (JIRA)" <ji...@apache.org> on 2018/11/28 00:33:00 UTC

[jira] [Updated] (SVN-4793) ACEs for inverted groups in authz rules are not applied

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

Branko Čibej updated SVN-4793:
------------------------------
    Description: 
With the following authorization file:
{noformat}
[groups]
readonly = jconstant

[/]
$anonymous =
~@readonly = rw
@readonly = r
{noformat}
access to any repository fails for an authenticated user that is not in the _@readonly_ group.
{noformat}
$ svn list --username jrandom .../repo
svn: E170001: Authorization failed
{noformat}

Reported [on dev@|https://lists.apache.org/thread.html/6cc7b22b211827ff946373407a516a3ab4d866fe03cdc85d22ff276b@%3Cdev.subversion.apache.org%3E] by Pavel Goran.


  was:
With the following authorization file:
{noformat}
[groups]
readonly = jconstant

[/]
$anonymous =
~@readonly = rw
@readonly = r
{noformat}
access to any repository fails for an authenticated user that is not in the _@readonly_ group.
{noformat}
$ svn list --username jrandom .../repo
svn: E170001: Authorization failed
{noformat}

Reported [on dev@|https://lists.apache.org/thread.html/6cc7b22b211827ff946373407a516a3ab4d866fe03cdc85d22ff276b@%3Cdev.subversion.apache.org%3E].



> ACEs for inverted groups in authz rules are not applied
> -------------------------------------------------------
>
>                 Key: SVN-4793
>                 URL: https://issues.apache.org/jira/browse/SVN-4793
>             Project: Subversion
>          Issue Type: Bug
>          Components: libsvn_repos
>    Affects Versions: 1.10.x, 1.11.0
>            Reporter: Branko Čibej
>            Assignee: Branko Čibej
>            Priority: Major
>
> With the following authorization file:
> {noformat}
> [groups]
> readonly = jconstant
> [/]
> $anonymous =
> ~@readonly = rw
> @readonly = r
> {noformat}
> access to any repository fails for an authenticated user that is not in the _@readonly_ group.
> {noformat}
> $ svn list --username jrandom .../repo
> svn: E170001: Authorization failed
> {noformat}
> Reported [on dev@|https://lists.apache.org/thread.html/6cc7b22b211827ff946373407a516a3ab4d866fe03cdc85d22ff276b@%3Cdev.subversion.apache.org%3E] by Pavel Goran.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)