Fix: How to tell mod_auth_kerb to do its job despite no "require valid-user" #computers #it #fix
Fix: How to tell mod_auth_kerb to do its job despite no "require valid-user" #computers #it #fix
How to tell mod_auth_kerb to do its job despite no "require valid-user"
I implemented a SSO authentication using mod_auth_kerb on Apache. My config looks like this:
AuthType Kerberos AuthName "Kerberos Login" KrbMethodNegotiate on KrbAuthoritative on KrbVerifyKDC on KrbAuthRealm D.ETHZ.CH Krb5Keytab /etc/HTTP.keytab KrbSaveCredentials on RequestHeader set KERBEROS_USER %{REMOTE_USER}s
View On WordPress

















