> However, now I'm getting this:
> 
> <Perl>: PerlSetVar takes two arguments, Perl config var and value.

I don't think PerlSetVar likes this line:

    [ Auth_DBI_pwd_whereclause => '"user_usertype>0"' ],

You could try taking out the quotes and see if that helps, cause it did for
me (though I didn't check whether the correct var got set):

    [ Auth_DBI_pwd_whereclause => 'user_usertype>0' ],

bye,
Ben

Reply via email to