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