Re: /etc/login.access bug?
- In reply to: Jeremy Self : "/etc/login.access bug?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 May 2022 18:25:48 UTC
> the default /etc/login.access file: > -:ALL EXCEPT wheel:ALL > -:ALL:ALL This doesn't + anyone, it just - some NOT's, and then - all. You need to + someone before you - all. > If I modified the file to instead have these lines, it works: > +:wheel:ALL > -:ALL EXCEPT wheel:ALL > -:ALL:ALL The third line is pretty, but actually does nothing due to combined logic of the first two. The cleaner practice is to remove the second line.