[
https://issues.apache.org/jira/browse/SVN-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Sahlberg closed SVN-4793.
--------------------------------
> 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
(v8.20.10#820010)