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

ACEs for inverted groups in authz rules are not applied

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.10.x, 1.11.0
    • None
    • libsvn_repos
    • None

    Description

      With the following authorization file:

      [groups]
      readonly = jconstant
      
      [/]
      $anonymous =
      ~@readonly = rw
      @readonly = r
      

      access to any repository fails for an authenticated user that is not in the @readonly group.

      $ svn list --username jrandom .../repo
      svn: E170001: Authorization failed
      

      Reported on dev@ by Pavel Goran.

      Attachments

        Issue Links

          Activity

            People

              brane Branko Čibej
              brane Branko Čibej
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: