From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15393 invoked from network); 12 Oct 2003 16:28:32 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 12 Oct 2003 16:28:32 -0000 Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A8j3x-0004wp-EU for listarch-gnats-devel@sources.redhat.com; Sun, 12 Oct 2003 12:27:21 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A8j3p-0004ts-OV for help-gnats@gnu.org; Sun, 12 Oct 2003 12:27:13 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A8j3J-0004Iu-A3 for help-gnats@gnu.org; Sun, 12 Oct 2003 12:27:12 -0400 Received: from [207.17.136.150] (helo=merlot.juniper.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1A8j3I-0004Ho-Po for help-gnats@gnu.org; Sun, 12 Oct 2003 12:26:40 -0400 Received: from juniper.net (garnet.juniper.net [172.17.28.17]) by merlot.juniper.net (8.11.3/8.11.3) with ESMTP id h9CGQdj56046; Sun, 12 Oct 2003 09:26:39 -0700 (PDT) (envelope-from mdb@juniper.net) To: Frank Cohen In-reply-to: Mail from Frank Cohen dated Sun, 12 Oct 2003 07:40:51 PDT <13F206F8-FCC2-11D7-8A32-003065534A54@pushtotest.com> References: <13F206F8-FCC2-11D7-8A32-003065534A54@pushtotest.com> From: "Mark D. Baushke" X-Mailer: MH-E 7.4.2+cvs; nmh 1.0.4; GNU Emacs 21.1.1 X-Face: #8D_6URD2G%vC.hzU Cc: help-gnats@gnu.org Subject: Re: Guest view priviledges? X-BeenThere: help-gnats@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General discussion about GNU GNATS List-Archive: List-Post: List-Help: List-Subscribe: , Sender: help-gnats-bounces+listarch-gnats-devel=sources.redhat.com@gnu.org Errors-To: help-gnats-bounces+listarch-gnats-devel=sources.redhat.com@gnu.org X-SW-Source: 2003-q4/txt/msg00012.txt.bz2 Frank Cohen writes: > I've posted this twice before with no answer. Would someone please > respond. Is there a way to enable Gnatsweb to let guest (ie - users > that have no signed-on) to view a bug db? If so, how? First, you need to deal with your website authentication (or not) to allow a guest account. Second, you need to provide a gnatsd.access file with a guest account with some known password (empty passwords should also be possible) that is given view privilege. An entry like this: guest:$0$guest:view:default in your gnatsd.user_access file should mean that a loging with userid 'guest' and password 'guest' should get the view access you want. Be aware that you would want to place this near the top of the file before any wild-card login entries. For more information, you may wish to look at google with a search string like view guest gnats site:mail.gnu.org There have been various threads and bug reports over the last few years on this topic. Good luck, -- Mark _______________________________________________ Help-gnats mailing list Help-gnats@gnu.org http://mail.gnu.org/mailman/listinfo/help-gnats