Steve Langasek wrote:

Create text file logins.txt like

===cut===
username1

username2
password2
===cut===

then run

db3_load -T -t hash -f logins.txt /etc/vsftpd_login.db

User "username1" will have empty password.

I've done this, and I'm still unable to authenticate a user with an empty
password using pam_userdb 0.67-23.


Please try use exactly these options:

# cat /etc/pam.d/vsftpd
auth required /lib/security/pam_userdb.so db=/etc/vsftpd_login debug dump
account required /lib/security/pam_userdb.so db=/etc/vsftpd_login

Max



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to