aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-06-20 22:59:32 +0200
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-06-20 22:59:32 +0200
commit3d80acfec91e78d4d5263959850a7458a4eb17eb (patch)
treeb550a90cf8aa4fdc440f6836efc0567d22cfb28f
parentPass the Linux-PAM version down the stack. (diff)
downloadpambase-3d80acfec91e78d4d5263959850a7458a4eb17eb.tar.gz
pambase-3d80acfec91e78d4d5263959850a7458a4eb17eb.tar.bz2
pambase-3d80acfec91e78d4d5263959850a7458a4eb17eb.zip
Don't change the default path of the tally module, since the two use different paths.pambase-20090620.1
-rw-r--r--system-login.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/system-login.in b/system-login.in
index 0bf2ce3..e44c9af 100644
--- a/system-login.in
+++ b/system-login.in
@@ -1,5 +1,5 @@
#if defined(TALLY_MODULE)
-auth required TALLY_MODULE file=/var/log/faillog onerr=succeed
+auth required TALLY_MODULE onerr=succeed
#endif
#if HAVE_SHELLS
auth required pam_shells.so DEBUG
@@ -23,7 +23,7 @@ account required pam_nologin.so DEBUG_NOLOGIN
#endif
account include system-auth
#if defined(TALLY_MODULE)
-account required TALLY_MODULE file=/var/log/faillog onerr=succeed DEBUG
+account required TALLY_MODULE onerr=succeed DEBUG
#endif
password include system-auth