Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2008 17:40:04 GMT
From:      Jaakko Heinonen <jh@saunalahti.fi>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/72517: Minor Bug in /etc/login.access
Message-ID:  <200804051740.m35He4MI004910@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/72517; it has been noted by GNATS.

From: Jaakko Heinonen <jh@saunalahti.fi>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804051740.m35He4MI004910>