From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24077 invoked from network); 5 Jun 2003 12:36:51 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 5 Jun 2003 12:36:51 -0000 Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Ntkx-00008J-Dr for listarch-gnats-devel@sources.redhat.com; Thu, 05 Jun 2003 08:22:11 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Ntiz-0008Io-46 for help-gnats@gnu.org; Thu, 05 Jun 2003 08:20:09 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Ntd6-0005Bw-Ku for help-gnats@gnu.org; Thu, 05 Jun 2003 08:14:06 -0400 Received: from bay8-f27.bay8.hotmail.com ([64.4.27.27] helo=hotmail.com) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Ntcv-00054v-P1 for help-gnats@gnu.org; Thu, 05 Jun 2003 08:13:53 -0400 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 5 Jun 2003 05:13:52 -0700 Received: from 200.162.114.126 by by8fd.bay8.hotmail.msn.com with HTTP; Thu, 05 Jun 2003 12:13:50 GMT X-Originating-IP: [200.162.114.126] X-Originating-Email: [eickeaf@hotmail.com] From: "Eicke Felipe" To: Priya.Nayar@fci.com Bcc: Date: Thu, 05 Jun 2003 12:36:00 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 Jun 2003 12:13:52.0631 (UTC) FILETIME=[EDB0C870:01C32B5B] cc: help-gnats@gnu.org Subject: RE: Autentication Again... X-BeenThere: help-gnats@gnu.org X-Mailman-Version: 2.1b5 Precedence: list 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/msg00070.txt.bz2 Hi Priya I follow your instructions but when I tried to access gnatsweb the following error message appears: Login Return code: 422 - Access denied (login again & check usercode/password) Another question...In your environment when the user priya log she only edit her pr's and sees others? Could you help me? Regards. Eicke. >From: "Nayar, Priya G" >To: 'Eicke Felipe' , help-gnats@gnu.org >Subject: RE: Autentication Again... >Date: Thu, 5 Jun 2003 11:11:43 +0530 > >in the file gnatsd.access in the following path(it depends on where u hv >installed, and compiles ur sources for gnats...) > > >[gnats@idc_linux_bld01 gnats]$ pwd >/home/gnats >[gnats@idc_linux_bld01 gnats]$ ls >dead.letter ginstall.sh gnats-3.999.1.tar gnatsscripts >gnatsweb.cgi.new support >forceLogo.gif gnats-3.999.1 gnats-install gnatsweb.cgi mbox >[gnats@idc_linux_bld01 gnats]$ cd gnats-install/ >[gnats@idc_linux_bld01 gnats-install]$ ls >bin com etc info libexec man share >[gnats@idc_linux_bld01 gnats-install]$ cd com/ >[gnats@idc_linux_bld01 com]$ ls >dummyproj gnatsdb gnatstest library project1 project2 project3 >tester >[gnats@idc_linux_bld01 com]$ cd dummyproj/ >[gnats@idc_linux_bld01 dummyproj]$ ls >dummyproj documentation dummyproj firmware dummyproj hardware dummyproj >software gnats-adm gnats-queue pending >[gnats@idc_linux_bld01 dummyproj]$ cd gnats-adm/ >[gnats@idc_linux_bld01 gnats-adm]$ ls >addresses categories classes current dbconfig gnatsd.access index >locks responsible states submitters >[gnats@idc_linux_bld01 gnats-adm]$ vi gnatsd.access ># ># User access levels with the GNATS daemon. ># ># Any line which begins with a `#' is considered a comment, and GNATS ># will ignore it. ># ># Each entry has the format: ># ># userid:password:access-level:database-alias ># ># Wildcard characters are supported for userid, password and >database. ># "*" matches anything; "?" matches any single character ># ># * userid: a user id to gain access to gnatsd ># * password: a password for the user. Passwords prefixed by $0$ are ># assumed to be plain-text. Passwords without a prefix are ># assumed to be encrypted with standard crypt(), while >passwords ># prefixed with $1$ are assumed to be MD5 encrypted. ># MD5 and crypt() encryption may not be available on all >systems. ># * access-level: (default = edit) ># deny - gnatsd closes the connection ># none - no further access until userid and password >given ># listdb - same as 'none', except that the user is allowed >to ># list the available databases on the server ># view - query and view PRs with Confidential=no only ># viewconf - query and view PRs with Confidential=yes ># edit - full edit access ># admin - full admin access (required for operations such >as ># deleting PRs) ># This overrides (increases but never lowers) the access level >given ># as the default for the user's host in the global gnatsd.conf >file. ># * database-alias: a comma-separated list of database names. ># It's ignored in gnatsd-adm/gnatsd.access since this file is >already ># database specific. ># >#*:*:view: >priya:password:edit: >bjuda:password:edit: >~ > > > >set the access levels for different users as view, edit or admin(all >privileges). this file exists for each & every project in the database. u >can set different people to hv differet access levels for different >projects. >in file shown to u for ref, users priya & bjuda hv edit access. > > >~ >~ >~ >~ >~ >~ >~ >~ >~ >~ >~ >~ >"gnatsd.access" 38L, 1823C > > >hope this helps & answers ur question. >:-) > >rgds, >priya > >-----Original Message----- >From: Eicke Felipe [mailto:eickeaf@hotmail.com] >Sent: Thursday, June 05, 2003 12:29 AM >To: help-gnats@gnu.org >Subject: Autentication Again... > > >Hi folks... >I installed Gnatsweb v3.99.3 and Gnats v4.0-beta1. Everything is functional >but I need to control the access by user. When the user X that have a >password logs in gnastsweb only control your tasks and see anothers belong >to others users. Is There a way to configure this environment? >Today any user get access into gnatsweb no password, this is very >dangerous...I need help. > >Thanks and regards. >Eicke. > >_________________________________________________________________ >Help STOP SPAM with the new MSN 8 and get 2 months FREE* >http://join.msn.com/?page=features/junkmail > > > >_______________________________________________ >Help-gnats mailing list >Help-gnats@gnu.org >http://mail.gnu.org/mailman/listinfo/help-gnats _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail _______________________________________________ Help-gnats mailing list Help-gnats@gnu.org http://mail.gnu.org/mailman/listinfo/help-gnats