From 86989bb338b5820b726d5dae078d052a6df53b0a Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 15 Oct 2008 15:56:57 -0700 Subject: get rid of the double pam_permit in common-session, the stack will handle this right now --- debian/local/common-session | 4 +--- debian/local/pam-auth-update | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/local/common-session b/debian/local/common-session index 97816c86..da9ba7e4 100644 --- a/debian/local/common-session +++ b/debian/local/common-session @@ -15,9 +15,7 @@ # here are the per-package modules (the "Primary" block) $session_primary # here's the fallback if no module succeeds -# this is obviously a completely redundant line, except that it lets us -# handle better the case where there are no "Primary" modules provided -session required pam_permit.so +session requisite pam_deny.so # prime the stack with a positive return value if there isn't one already; # this avoids us returning an error just because nothing sets a success code # since the modules above will each just jump around diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update index c2378ebe..2ba63f6e 100755 --- a/debian/local/pam-auth-update +++ b/debian/local/pam-auth-update @@ -47,6 +47,7 @@ my %md5sums = ( '3532cbabf533d59f0b64218ad82f1446', ], 'session' => [ + '4a25673e8b36f1805219027d3be02cd2', '1bd2f3e86f552c57f5ee013b93ffca2b', '1a1bda3d417991dd366984ca7382f787', ], -- cgit v1.2.3