From 3d80acfec91e78d4d5263959850a7458a4eb17eb Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Sat, 20 Jun 2009 22:59:32 +0200 Subject: Don't change the default path of the tally module, since the two use different paths. --- system-login.in | 4 ++-- 1 file 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 -- cgit v1.2.3-65-gdbad