./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:[email protected]]
> Sent: Wednesday, April 15, 2009 3:13 PM
> To: [email protected]
> Subject: Apache logging in prev?
>
> 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 being logged in.
>
>
>
> Does anyone know where the code that actually sets the remote user, etc
> is?
>
>
>
> I think it may have the prev loop there, too. I'm not sure but I'd like
> to
> take a look.
>
>
>
> Thanks,
>
>
>
> Michele
>
>