Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-4802

Allow empty groups in AuthZ files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.10.x, 1.11.x
    • 1.12.0
    • libsvn_repos, svnauthz
    • None

    Description

      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:

      [groups]
      goodGroup = acct1
      goodGroup2 = acct1, acct2
      badGroup =
       
      [repoName:/someplace]
      @badGroup = rw
      

      results in:

       
      svnauthz: E220003: Error while parsing authz file: ...
      svnauthz: E220003: Access entry refers to undefined group ...
      

      Attachments

        Issue Links

          Activity

            People

              brane Branko Čibej
              dbrobinson Douglas Robinson
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: