summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/local/common-session4
-rwxr-xr-xdebian/local/pam-auth-update1
2 files changed, 2 insertions, 3 deletions
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',
],