ogs in first does any wrong thing with the password and
> user entry the r->get_basic_auth_pw(...) returns 01.
hopefully you meant 401 and not 01 - get_basic_auth_pw should either return
OK (0) or an HTTP status code, such as 401.
> After the first time out also the r->get_basic_auth_pw(.
gt; Everthing works fine, with an exception.
> When the user logs in first does any wrong thing with the password and
> user entry the r->get_basic_auth_pw(...) returns 01.
> After the first time out also the r->get_basic_auth_pw(...) works fine.
> From the second timeo
Hello,
I have implemented modperl2.0, Apache2.0 and AuthenSmb0.72. I have
modified AuthenSmb to include timeout conditions.
Everthing works fine, with an exception.
When the user logs in first does any wrong thing with the password and
user entry the r->get_basic_auth_pw(...) returns 01.
Af