Hi
I have a user named "john" in my FreeBSD machine, who is not a member of wheel group. For learning purpose, I am trying to restrict this user from login to the system. So, I put following in the file (/etc/login.access)
However, john can still login to the system. Am I making any mistake here?
Thanks
I have a user named "john" in my FreeBSD machine, who is not a member of wheel group. For learning purpose, I am trying to restrict this user from login to the system. So, I put following in the file (/etc/login.access)
Code:
-:ALL EXCEPT wheel:LOCAL
Thanks