diff options
author | Chad Huneycutt <chadh@gentoo.org> | 2001-08-16 06:03:46 +0000 |
---|---|---|
committer | Chad Huneycutt <chadh@gentoo.org> | 2001-08-16 06:03:46 +0000 |
commit | 2ed970611920be999d963650eedba39f2536d257 (patch) | |
tree | 032239c935f07332cb149ef4bb2cab935bc47c48 /net-misc/openssh/files | |
parent | added some patches for screen and and gnupg that fixes the info problems. (diff) | |
download | gentoo-2-2ed970611920be999d963650eedba39f2536d257.tar.gz gentoo-2-2ed970611920be999d963650eedba39f2536d257.tar.bz2 gentoo-2-2ed970611920be999d963650eedba39f2536d257.zip |
updated to work with md5 passwords.
Diffstat (limited to 'net-misc/openssh/files')
-rw-r--r-- | net-misc/openssh/files/sshd.pam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openssh/files/sshd.pam b/net-misc/openssh/files/sshd.pam index a71021a22478..f5e4900ac27b 100644 --- a/net-misc/openssh/files/sshd.pam +++ b/net-misc/openssh/files/sshd.pam @@ -2,6 +2,6 @@ auth required pam_pwdb.so nullok auth required pam_nologin.so auth required pam_env.so account required pam_pwdb.so -password required pam_pwdb.so +password required pam_pwdb.so shadow md5 session required pam_pwdb.so session required pam_limits.so |