[28811] in Source-Commits
pam-config commit: Grant users in the the sudo group remote login access
daemon@ATHENA.MIT.EDU (Lizhou Sha)
Sat Nov 11 19:36:41 2017
Date: Sat, 11 Nov 2017 19:36:32 -0500
From: Lizhou Sha <slz@mit.edu>
Message-Id: <201711120036.vAC0aW9b008979@drugstore.mit.edu>
To: source-commits@mit.edu
https://github.com/mit-athena/pam-config/commit/e592815af030d69063d7f530a410b9229e08a491
commit e592815af030d69063d7f530a410b9229e08a491
Author: Jacob Morzinski <jmorzins@mit.edu>
Date: Thu Mar 19 14:25:07 2015 -0400
Grant users in the the sudo group remote login access
This gives the sudo group the same access as the admin group.
http://askubuntu.com/questions/43317/what-is-the-difference-between-the-sudo-and-admin-group
"Up until Ubuntu 11.10, administrator access using the sudo tool was
granted via the admin Unix group. In Ubuntu 12.04, administrator
access will be granted via the sudo group. This makes Ubuntu more
consistent with the upstream implementation and Debian."
debian/access.conf.append | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/access.conf.append b/debian/access.conf.append
index a77df1d..b6969c6 100644
--- a/debian/access.conf.append
+++ b/debian/access.conf.append
@@ -15,6 +15,6 @@
# on the machine (i.e. are in /etc/passwd). Allow all other users to
# login only locally.
--:ALL EXCEPT root admin nss-local-users:ALL EXCEPT LOCAL
+-:ALL EXCEPT root sudo admin nss-local-users:ALL EXCEPT LOCAL
#DEBATHENA END