diff options
-rw-r--r-- | debian/local/common-password | 4 | ||||
-rwxr-xr-x | debian/local/pam-auth-update | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/local/common-password b/debian/local/common-password index 5f8b2669..953a16fd 100644 --- a/debian/local/common-password +++ b/debian/local/common-password @@ -24,9 +24,7 @@ # here are the per-package modules (the "Primary" block) $password_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 -password required pam_permit.so +password 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 2ba63f6e..214a931a 100755 --- a/debian/local/pam-auth-update +++ b/debian/local/pam-auth-update @@ -44,6 +44,7 @@ my %md5sums = ( 'auth' => ['1fd1e8e87cef1c13898410d830229122'], 'account' => ['8a29dc79152ce8441aa90a8f8650d076'], 'password' => [ + '500865d8b650d74e14e1b2b04cd95969', '3532cbabf533d59f0b64218ad82f1446', ], 'session' => [ |