diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-31 17:19:10 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:22 -0800 |
commit | 4faee83c492b628446ffb9d9b2e38f7e1abdd7f2 (patch) | |
tree | 2a47c5282714c0262c0e9e70a9b29c2cb1d82042 /debian/pam-configs | |
parent | 631ae22626b5f3aaa8f9bd1e858ecd734ef9e0ab (diff) | |
download | pam-4faee83c492b628446ffb9d9b2e38f7e1abdd7f2.tar.gz pam-4faee83c492b628446ffb9d9b2e38f7e1abdd7f2.tar.bz2 pam-4faee83c492b628446ffb9d9b2e38f7e1abdd7f2.zip |
drop out the 'nullok' argument in the password phase, since this happens
to be meaningless
Diffstat (limited to 'debian/pam-configs')
-rw-r--r-- | debian/pam-configs/unix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/pam-configs/unix b/debian/pam-configs/unix index 1b795528..bba56031 100644 --- a/debian/pam-configs/unix +++ b/debian/pam-configs/unix @@ -23,6 +23,6 @@ Session-Final: session required pam_unix.so Password-Type: Additional Password-Initial: - password requisite pam_unix.so nullok obscure md5 + password requisite pam_unix.so obscure md5 Password-Final: - password requisite pam_unix.so nullok obscure use_authtok try_first_pass md5 + password requisite pam_unix.so obscure use_authtok try_first_pass md5 |