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

 

Reply via email to