aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-05 20:30:57 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-05 20:30:57 +0100
commit5570debb2692e67250b835fa306523037c685e1c (patch)
treeaa705e34d8dfe2c7f622c9d74dedd7ce5a84676f /system-login.in
parentAllow to skip over git calls. (diff)
downloadpambase-5570debb2692e67250b835fa306523037c685e1c.tar.gz
pambase-5570debb2692e67250b835fa306523037c685e1c.tar.bz2
pambase-5570debb2692e67250b835fa306523037c685e1c.zip
pam_nologin does not accept debug option on Linux-PAM at least.
Diffstat (limited to 'system-login.in')
-rw-r--r--system-login.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-login.in b/system-login.in
index 132cc03..aa7c068 100644
--- a/system-login.in
+++ b/system-login.in
@@ -7,7 +7,7 @@ auth required pam_tally.so file=/var/log/faillog onerr=succeed DEBUG
#if HAVE_SHELLS
auth required pam_shells.so DEBUG
#endif
-auth required pam_nologin.so DEBUG
+auth required pam_nologin.so
auth include system-auth
#if HAVE_ACCESS