On Sat, May 22, 2004 at 04:53:12PM +0100, Dermot Tynan wrote: ... > authenticate_basic_user hook is called, the request_rec > pointer is empty. ...
Just been down that route.. ended up writing an "authentication provider" instead (mod_authn_pgsql (posted here), as mod_auth_pgsql kept getting a NULL user) cf mod_authn_file.c (or the posting) Cheers, Patrick
