aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-02-21 21:17:27 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-02-21 21:17:27 +0100
commit3a58f26fee0cbe1c752c9361c1272781d15baa35 (patch)
tree80048510334915ec72cc9e51d4f5e4ea1e552b61 /system-login.in
parentAdd option to use ConsoleKit in local logins. (diff)
downloadpambase-3a58f26fee0cbe1c752c9361c1272781d15baa35.tar.gz
pambase-3a58f26fee0cbe1c752c9361c1272781d15baa35.tar.bz2
pambase-3a58f26fee0cbe1c752c9361c1272781d15baa35.zip
Cleanup whitespace.
Diffstat (limited to 'system-login.in')
-rw-r--r--system-login.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/system-login.in b/system-login.in
index 45aa0bb..89fb084 100644
--- a/system-login.in
+++ b/system-login.in
@@ -1,29 +1,29 @@
#if HAVE_TALLY
auth required pam_tally.so file=/var/log/faillog onerr=succeed DEBUG
-#endif
+#endif
auth required pam_shells.so DEBUG
auth required pam_nologin.so DEBUG
auth include system-auth
-#if HAVE_ACCESS
+#if HAVE_ACCESS
account required pam_access.so DEBUG
-#endif
+#endif
#ifdef HAVE_LOGIN_ACCESS
account required pam_login_access.so
#endif
account include system-auth
-#if HAVE_TALLY
+#if HAVE_TALLY
account required pam_tally.so file=/var/log/faillog onerr=succeed DEBUG
-#endif
+#endif
password include system-auth
#if HAVE_SELINUX
session required pam_selinux.so close
#endif
-#if HAVE_ENV
+#if HAVE_ENV
session required pam_env.so DEBUG
-#endif
+#endif
session optional pam_lastlog.so DEBUG
session include system-auth
#if HAVE_SELINUX