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 2019/01/22 09:49:00 UTC

[jira] [Resolved] (SVN-4802) Allow empty groups in AuthZ files

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

Branko Čibej resolved SVN-4802.
-------------------------------
    Resolution: Fixed

Fixed in r1851687 and proposed for backport to 1.10.x and 1.11.x.

> Allow empty groups in AuthZ files
> ---------------------------------
>
>                 Key: SVN-4802
>                 URL: https://issues.apache.org/jira/browse/SVN-4802
>             Project: Subversion
>          Issue Type: Bug
>          Components: libsvn_repos, svnauthz
>    Affects Versions: 1.10.x, 1.11.x
>            Reporter: Douglas Robinson
>            Assignee: Branko Čibej
>            Priority: Major
>
> If a group is defined in an AuthZ file without an associated account that SVN is, as of 1.10, generating an error and failing to allow the use of that AuthZ file.
> Example:
> {noformat}
> [groups]
> goodGroup = acct1
> goodGroup2 = acct1, acct2
> badGroup =
>  
> [repoName:/someplace]
> @badGroup = rw
> {noformat}
> results in:
> {noformat} 
> svnauthz: E220003: Error while parsing authz file: ...
> svnauthz: E220003: Access entry refers to undefined group ...
> {noformat}



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