Re: Hooks question

2009-04-15 Thread Bob Ionescu
2009/4/14 Markus Moeller hua...@moeller.plus.com: Is there a rule when to use ap_hook_check_user_id and when to use ap_hook_auth_checker to register an authentication or authorisation function ? ap_hook_check_user_id is used to check the username/password combination, ap_hook_auth_checker to

Apache logging in prev?

2009-04-15 Thread Michele Waldman
In auth_mod_digest, it looks for previous authentication: while (mainreq-prev != NULL) { mainreq = mainreq-prev; } I'm trying to prevent this in certain cases to allow a new login. If I stop this statement, it uses the new creditials to validate, but this user is not

RE: Apache logging in prev?

2009-04-15 Thread Michele Waldman
./server/util_script.c apr_table_addn(e, REMOTE_USER, r-user); apr_table_addn(e, REDIRECT_REMOTE_USER, back-user); I could this. Is this the right place? Michele -Original Message- From: Michele Waldman [mailto:mmwald...@nyc.rr.com] Sent: Wednesday, April 15,