bin/72517: Minor Bug in /etc/login.access
Jaakko Heinonen
jh at saunalahti.fi
Sat Apr 5 17:40:05 UTC 2008
The following reply was made to PR bin/72517; it has been noted by GNATS.
From: Jaakko Heinonen <jh at saunalahti.fi>
To: bug-followup at FreeBSD.org, obiozorokeke at 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
More information about the freebsd-bugs
mailing list