You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Douglas Robinson (JIRA)" <ji...@apache.org> on 2019/01/21 13:29:00 UTC

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

Douglas Robinson created SVN-4802:
-------------------------------------

             Summary: 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.2, 1.10.0, 1.10.3
            Reporter: Douglas Robinson


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)