I used "Auth_DBI_nopasswd on" and empty password in DB. But in 1.06 i got this in Apache logs: "[Tue Nov 27 14:14:50 2007] [error] access to / failed for xxx.xxx.xxx.xxx, reason: 30095 Apache::AuthDBI::authen user USERNAME: empty password(s) rejected".
The reason was line number 396 in Apache/AuthDBI.pm:
-unless($passwd) {
+unless(defined $passwd) {
This clause like it was in version 0.93 :
314 if (!defined($passwd)) { # not found in database
I use:
Perl v5.8.8 built for i686-linux
Apache::AuthDBI 1.06