diff options
author | Steve Langasek <vorlon@debian.org> | 2008-10-15 15:57:47 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:28 -0800 |
commit | a7f2901ac4dcb4f54f6193935d19c5443d3443ca (patch) | |
tree | e0d495378cf56f045c294bcd00ca1eec50b82f5d /debian/local | |
parent | 86989bb338b5820b726d5dae078d052a6df53b0a (diff) | |
download | pam-a7f2901ac4dcb4f54f6193935d19c5443d3443ca.tar.gz pam-a7f2901ac4dcb4f54f6193935d19c5443d3443ca.tar.bz2 pam-a7f2901ac4dcb4f54f6193935d19c5443d3443ca.zip |
get rid of the double pam_permit in common-password, the stack will handle
this correctly now
Diffstat (limited to 'debian/local')
-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' => [ |