*** AuthenDBI.pm.orig Wed Aug 2 12:33:42 2000 --- AuthenDBI.pm Wed Aug 2 12:38:36 2000 *************** *** 99,109 **** printf STDERR "$prefix passwd found in cache \n" if $Apache::AuthenDBI::DEBUG; } else { # password is not cached or it has changed ! # sanity check ! unless ($attr->{data_source}) { ! $r->log_reason("$prefix missing source parameter for database connect", $r->uri); ! return SERVER_ERROR; ! } # connect to database my $dbh; --- 99,110 ---- printf STDERR "$prefix passwd found in cache \n" if $Apache::AuthenDBI::DEBUG; } else { # password is not cached or it has changed ! # PATCH RW 8/2/2000 ! # # sanity check ! # unless ($attr->{data_source}) { ! # $r->log_reason("$prefix missing source parameter for database connect", $r->uri); ! # return SERVER_ERROR; ! # } # connect to database my $dbh;