up vote 5 down vote favorite
1
share [g+] share [fb]

can anybody recommend some really good resources for how to get Apache authenticating users with Kerberos.

Background reading on Kerberos would also be useful

Thanks

Peter

link|improve this question

feedback

3 Answers

up vote 4 down vote accepted

mod_auth_kerb is a good start: http://modauthkerb.sourceforge.net/. If you need Active Directory support, look here: http://support.microsoft.com/?id=555092.

link|improve this answer
feedback

I found mod_auth_spnego also quite okay, as it can use SSPI on windows instead of requiring MIT Kerberos. mod_spnego

link|improve this answer
feedback

Here's an example using Active Directory as the KDC: http://oslabs.mikro-net.com/krb%5Fapache.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.