Hello all, I would like to know if there is a way to make requests pass more than one authentication phase. Basically, I need to authenticate users using mod_spnego for Kerberos SSO but still authenticate these users using my own module, which determines access levels for them in the system. What happens at the moment is that if mod_spnego authenticates the user, the request never goes through my module.
Thank you, -- César L. B. Silveira