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:26:00 UTC

[jira] [Updated] (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 updated SVN-4802:
------------------------------
    Affects Version/s:     (was: 1.10.3)
                           (was: 1.10.2)
                           (was: 1.10.0)
                       1.11.x
                       1.10.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: 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)