From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15950 invoked by alias); 14 May 2003 20:41:17 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 15116 invoked from network); 14 May 2003 20:41:03 -0000 Received: from unknown (HELO foghorn.airs.com) (63.201.54.26) by sources.redhat.com with SMTP; 14 May 2003 20:41:03 -0000 Received: (qmail 21626 invoked by uid 10); 14 May 2003 20:40:59 -0000 Received: (qmail 10361 invoked by uid 500); 14 May 2003 20:40:53 -0000 To: Christopher Faylor Cc: Jason Molenda , "Cook, Kelley \(R.K.\)" , "'Gerald Pfeifer'" , gcc@gcc.gnu.org, Neil Booth , overseers@gcc.gnu.org Subject: Re: "Annotate" on GCC's CVSweb isn't working References: <20030514124050.E64687@molenda.com> <20030514203102.GA17512@redhat.com> From: Ian Lance Taylor Date: Wed, 14 May 2003 20:41:00 -0000 In-Reply-To: <20030514203102.GA17512@redhat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg01441.txt.bz2 Christopher Faylor writes: > webuser has the same uid as apache (by design) so this should not be an > issue should it? When logging in, the supplementary groups in /etc/groups are set based on the login name, not the login UID. Two user names can share a uid but that does not imply that they share the same supplementary groups. I don't know how httpd sets the supplementary groups, so I don't know whether this matters. Ian