views:

869

answers:

3

Hi,

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

+3  A: 

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.

Joseph Daigle
+1  A: 

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

schlenk
+1  A: 

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

s00th