Sometimes the kerberos ticket has timed out, and won't be renewed for some unknown reason (see other thread). Also - sometimes I want to access the site, without having to authenticate against the AD (ie. without having to obtain a kerberos ticket).
There I was wondering if apache supports stacked auth-modules - so if the first fails (ie. modgssapache), then it can try basic auth? or is there another way of doing this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys,
Sometimes the kerberos ticket has timed out, and won't be renewed for some unknown reason (see other thread). Also - sometimes I want to access the site, without having to authenticate against the AD (ie. without having to obtain a kerberos ticket).
There I was wondering if apache supports stacked auth-modules - so if the first fails (ie. modgssapache), then it can try basic auth? or is there another way of doing this?
As far as I remember you can stack auth modules. I would need to check the details.
Markus
I would very much like to see an example of how to do that?