From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 5 17:40:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4391106564A for ; Sat, 5 Apr 2008 17:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9DE608FC1F for ; Sat, 5 Apr 2008 17:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m35He40L004917 for ; Sat, 5 Apr 2008 17:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m35He4MI004910; Sat, 5 Apr 2008 17:40:04 GMT (envelope-from gnats) Date: Sat, 5 Apr 2008 17:40:04 GMT Message-Id: <200804051740.m35He4MI004910@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jaakko Heinonen Cc: Subject: Re: bin/72517: Minor Bug in /etc/login.access X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jaakko Heinonen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2008 17:40:05 -0000 The following reply was made to PR bin/72517; it has been noted by GNATS. From: Jaakko Heinonen To: bug-followup@FreeBSD.org, obiozorokeke@yahoo.com Cc: Subject: Re: bin/72517: Minor Bug in /etc/login.access Date: Sat, 5 Apr 2008 20:37:21 +0300 Hi, I can't reproduce this on 7.0-RELEASE. Can you still reproduce this on recent releases? BTW. I think that the line "-:ALL:ALL EXCEPT LOCAL wheel" is incorrect. If you wanted to disallow wheel group logins from remote it should be: -:wheel:ALL EXCEPT LOCAL or if you wanted to allow remote logins for wheel group only it should be: -:ALL EXCEPT wheel:ALL EXCEPT LOCAL -- Jaakko