Re: Authentication redirection

2002-03-07 Thread Philip M. Gollucci
$r->headers_out->set(Location => "/whatever"); $r->status(REDIRECT); $r->send_http_header; I belive this will work for you. END -- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 Science, Discovery, & the

Re: Authentication redirection

2002-03-07 Thread Geoffrey Young
Christian Gilmore wrote: > > I am attempting to redirect certain users during the authentication phase > to support password expiration management. I am not having success > building it directly into the authentication module and think it may be > perhaps that the internal REDIRECT constant is ig

Authentication redirection

2002-03-07 Thread Christian Gilmore
I am attempting to redirect certain users during the authentication phase to support password expiration management. I am not having success building it directly into the authentication module and think it may be perhaps that the internal REDIRECT constant is ignored if given outside of a content