Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-2509

complains about missing [groups] when it shouldn't

    XMLWordPrintable

Details

    • Bug
    • Resolution: Handled by Support
    • Medium
    • None
    • 2.2.7
    • None
    • linux 64 bit RHEL5
      mod_authnz_crowd-2.0.1-1.x86_64

    Description

      Apache snippet is:
      <Location /repos/binaries>
      DAV svn
      SVNPath /srv/svn/binaries
      AuthzSVNCrowdAccessFile /etc/subversion/crowdauthz.binaries
      Include auth_crowd.conf
      Require group binaries_ro Enterprise

      1. Limit write permission to list of valid users.
        <LimitExcept GET PROPFIND OPTIONS REPORT>
        Require group binaries_rw Enterprise
        </LimitExcept>
        </Location>

      If /etc/subversion/crowdauthz.binaries is:
      [/]
      *=rw

      we get an error "groups section not found", we also get it for:
      [groups]

      [/]
      *=rw

      and:
      [groups]
      #comment

      [/]
      *=rw

      but not for this (dummy is not valid group AFAIK):
      [groups]
      dummy=

      [/]
      *=rw

      Attachments

        Activity

          People

            Unassigned Unassigned
            9e03ed0c7036 Adrian Bridgett
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: