Re: r->get_basic_auth_pw(...)

2005-06-30 Thread Geoffrey Young
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(.

Re: r->get_basic_auth_pw(...)

2005-06-29 Thread raja agireddy
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

r->get_basic_auth_pw(...)

2005-06-28 Thread raja agireddy
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