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

"Daniel Sahlberg (Jira)" <[email protected]> Thu, 5 Oct 2023 08:19:00 +0000 (UTC)
Newsgroups gmane.comp.version-control.subversion.issues
Message-ID <[email protected]>
     [ https://issues.apache.org/jira/browse/SVN-4802?page=3Dcom.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 =C4=8Cibej
>            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 th=
at AuthZ file.
> Example:
> {noformat}
> [groups]
> goodGroup =3D acct1
> goodGroup2 =3D acct1, acct2
> badGroup =3D
> =C2=A0
> [repoName:/someplace]
> @badGroup =3D rw
> {noformat}
> results in:
> {noformat}=C2=A0
> 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)