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)
commit06fa4578d2a5938d5ba073168661f25670465750
tree2054ca1f61c5cd144f62f6e6c1f52ebf5ef19666
parent20748e92bc15812298ad44318f0c54dd297bb9df
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