Hi ALL,

I try detect auth errors with use basic auth

I have 2 error type in httpd log

[error] [client 192.168.0.2] user test1: authentication failure for "/":
Password Mismatch
[error] [client 192.168.0.2] user test2 not found: /

How I can determine it under both mod_perl (1&2) ?

I use $r->status to detect 401 status

$r->user() return always test1 and test2
$r->get_basic_auth_pw() return always OK and sent passwords



-- 
Sergij Borodych
http://bor.org.ua

Reply via email to