FYI: while the underlying LDAP group is named pmc-chairs, it actually is a bit of a misnomer. It may include officers who are not pmc chairs.
- Sam Ruby On Wed, May 22, 2019 at 4:37 AM <s...@apache.org> wrote: > > This is an automated email from the ASF dual-hosted git repository. > > sebb pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/whimsy.git > > > The following commit(s) were added to refs/heads/master by this push: > new ba06c26 Clarify karma check > ba06c26 is described below > > commit ba06c26a342753852e6c48311c5738fc6e6fd33b > Author: Sebb <s...@apache.org> > AuthorDate: Wed May 22 09:37:10 2019 +0100 > > Clarify karma check > --- > www/board/list-traffic.cgi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/www/board/list-traffic.cgi b/www/board/list-traffic.cgi > index afd6727..a7a1279 100755 > --- a/www/board/list-traffic.cgi > +++ b/www/board/list-traffic.cgi > @@ -13,7 +13,7 @@ require 'mail' > # user = ASF::Person.new($USER) > # unless user.asf_member? or ASF.pmc_chairs.include? user > # print "Status: 401 Unauthorized\r\n" > -# print "WWW-Authenticate: Basic realm=\"ASF Members and > Officers\"\r\n\r\n" > +# print "WWW-Authenticate: Basic realm=\"ASF Members and PMC > chairs\"\r\n\r\n" > # exit > # end > >