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
|
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
| |||
|
feedback
|
|
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. | |||
|
feedback
|
|
I found mod_auth_spnego also quite okay, as it can use SSPI on windows instead of requiring MIT Kerberos. mod_spnego | |||
|
feedback
|
|
Here's an example using Active Directory as the KDC: http://oslabs.mikro-net.com/krb%5Fapache.html | |||
|
feedback
|