--- Gerd Kortemeyer wrote:
Just wondering if anybody has used Kerberos authentication from inside a
mod_perl module - this is not just for "Basic Authentication", but the modules
would do some processing (for example look for internal authentication first)
before going out to Kerberos. Any hints on where to look for code samples?
--- end of quote ---
I've got a mod_perl module that works with Mandarin's SideCar side-channel
kerberos (IV) authentication. It sets the user variable. Unfortunately I
haven't had a chance to do the frontcar protocol in perl yet, so it spawns a
subprocess for the side-channel, which isn't exactly elegant, but I set a cookie
good for 2 minutes so it only happens that often for each user. It's nasty
(pre-book days), but if you want it anyway drop me a line.
-Bill