From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20409 invoked from network); 15 Apr 2003 23:08:31 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 15 Apr 2003 23:08:31 -0000 Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 195ZXH-0004VK-02 for listarch-gnats-devel@sources.redhat.com; Tue, 15 Apr 2003 19:08:19 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 195ZWM-0004Ez-00 for help-gnats@gnu.org; Tue, 15 Apr 2003 19:07:22 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 195ZRl-0002sP-00 for help-gnats@gnu.org; Tue, 15 Apr 2003 19:02:39 -0400 Received: from conure.mail.pas.earthlink.net ([207.217.120.54]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 195ZQK-00029P-00 for help-gnats@gnu.org; Tue, 15 Apr 2003 19:01:08 -0400 Received: from h-68-164-93-63.snvacaid.covad.net ([68.164.93.63] helo=zeewin) by conure.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 195ZQE-00026R-00; Tue, 15 Apr 2003 16:01:02 -0700 From: "Pankaj K Garg" To: "'Christian Guse'" , Date: Tue, 15 Apr 2003 23:08:00 -0000 Message-ID: <000101c303a8$bd07f430$37fea8c0@home.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: Subject: RE: accesslevel 'submit' X-BeenThere: help-gnats@gnu.org X-Mailman-Version: 2.1b5 Precedence: list Reply-To: gargp@acm.org List-Id: General discussion about GNU GNATS List-Help: List-Post: List-Subscribe: , List-Archive: 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-q2/txt/msg00016.txt.bz2 It seems that you've hit a limitation of gnatsweb. Browsing through the code, I came across the following on lines 3334-3341: # check access level. if < view, make them log in again. # it might be better to allow "create-only" access for users # with 'submit' access. if ($LEVEL_TO_CODE{$access_level} < $LEVEL_TO_CODE{'view'}) { login_page(undef, "You do not have access to database: $global_prefs{'database'}.
\nPlease log in to another database

\n"); undef($suppress_client_exit); client_exit(); } As you can see from the comments, it seems gnatsweb currently cannot handle any access level less than 'view'. If this is really important to you, I can schedule some time to work on this. Pankaj > -----Original Message----- > From: help-gnats-bounces+gargp=acm.org@gnu.org > [mailto:help-gnats-bounces+gargp=acm.org@gnu.org]On Behalf Of > Christian > Guse > Sent: Monday, April 14, 2003 4:41 AM > To: help-gnats@gnu.org > Subject: accesslevel 'submit' > > > Hi, > for the configuration of our GNATS-support site I need an > accesslevel that > allows users to submit/create PR's without any further access > e.g. view. > Looking in the gnatsweb.pl I found an existing accesslevel > submit, which is > also in gnatsd.h, but not listed in the documentation or in any > configuration file. I than just tried to give someone > accesslevel 'submit', > but got the message "You do not have access to database: default. > Please log in to another database". when trying to login to > gnatsweb. (In > the titel Access:submit is displayed) I hope anybody of you > can help me. > Thanks a lot > Bye > Christian Guse > ESE GmbH > > > > > _______________________________________________ > Help-gnats mailing list > Help-gnats@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnats > _______________________________________________ Help-gnats mailing list Help-gnats@gnu.org http://mail.gnu.org/mailman/listinfo/help-gnats