Package: libpam-modules Version: 1.1.3-9 Severity: normal Tags: patch File: /usr/share/man/man8/pam_userdb.8.gz
Isn't crypt=hash another option for pam_userdb? Although the following is all I know, I think it is better then nothing. --- pam_userdb.8 2013-06-12 21:13:57.452082063 +0300 +++ pam_userdb.8.new 2013-06-12 21:08:15.000000000 +0300 @@ -31,15 +31,15 @@ pam_userdb \- PAM module to authenticate against a db database .SH "SYNOPSIS" .HP \w'\fBpam_userdb\&.so\fR\ 'u -\fBpam_userdb\&.so\fR db=\fI/path/database\fR [debug] [crypt=[crypt|none]] [icase] [dump] [try_first_pass] [use_first_pass] [unknown_ok] [key_only] +\fBpam_userdb\&.so\fR db=\fI/path/database\fR [debug] [crypt=[crypt|hash|none]] [icase] [dump] [try_first_pass] [use_first_pass] [unknown_ok] [key_only] .SH "DESCRIPTION" .PP The pam_userdb module is used to verify a username/password pair against values stored in a Berkeley DB database\&. The database is indexed by the username, and the data fields corresponding to the username keys are the passwords\&. .SH "OPTIONS" .PP -\fBcrypt=[crypt|none]\fR +\fBcrypt=[crypt|hash|none]\fR .RS 4 -Indicates whether encrypted or plaintext passwords are stored in the database\&. If it is +Indicates whether encrypted, hashed, or plaintext passwords are stored in the database\&. If it is \fBcrypt\fR, passwords should be stored in the database in \fBcrypt\fR(3) form\&. If -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org