Fixed bug 672: Trailing characters in password are ignored. By
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Oct 2006 20:18:47 +0000 (20:18 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Oct 2006 20:18:47 +0000 (20:18 +0000)
commit413ea15ef7eb8e8462351e49dd74390d5a20ba44
treecba0199c33cfea406bfceca7901b205ae9258ab2
parent668b136879471079ce03b26981a5fd1b3a210bc1
Fixed bug 672: Trailing characters in password are ignored. By
default htpasswd uses DES encryption of maximum key length 8. This
means that a password can only have 8 significant digits. Function
passwd_db_auth now returns -2 if password is greater than 8.
util/passwddb.c