[Lunar-commits] <moonbase-other> at: Renamed and tweaked the pam file
Stefan Wold
ratler at lunar-linux.org
Tue Feb 12 18:13:06 CET 2013
commit bd01d7eb3d813f48c2b51b209996210a0f38736f
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 12 Feb 2013 09:13:06 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/bd01d7eb3d813f48c2b51b209996210a0f38736f
at: Renamed and tweaked the pam file
---
utils/at/pam.d/at | +0/-11
utils/at/pam.d/atd | +10/-0
2 files changed, 10 insertions(+), 11 deletions(-)
--- a/utils/at/pam.d/at
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# /etc/pam.d/at - PAM configuration for at
-#
-
-auth sufficient pam_rootok.so
-auth required pam_env.so
-auth include system-auth
-account required pam_access.so
-account include system-auth
-session required pam_loginuid.so
-session include system-auth
--- /dev/null
+++ b/utils/at/pam.d/atd
@@ -0,0 +1,10 @@
+#
+# /etc/pam.d/atd - PAM configuration for at
+#
+
+auth sufficient pam_rootok.so
+auth include system-auth
+account required pam_access.so
+account include system-auth
+session required pam_loginuid.so
+session include system-auth
More information about the Lunar-commits
mailing list