diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-06-20 22:59:32 +0200 |
---|---|---|
committer | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-06-20 22:59:32 +0200 |
commit | 3d80acfec91e78d4d5263959850a7458a4eb17eb (patch) | |
tree | b550a90cf8aa4fdc440f6836efc0567d22cfb28f | |
parent | Pass the Linux-PAM version down the stack. (diff) | |
download | pambase-20090620.1.tar.gz pambase-20090620.1.tar.bz2 pambase-20090620.1.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.in | 4 |
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 |