X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/64c04e02c688e696b0c3a7a0eb7fd70e2501e9c2..2462aefc2f65464b9f2812d7c01b81c03d4ab9ff:/src/plugins/apache.sml diff --git a/src/plugins/apache.sml b/src/plugins/apache.sml index d4f7fc8..29fdf05 100644 --- a/src/plugins/apache.sml +++ b/src/plugins/apache.sml @@ -874,7 +874,7 @@ val () = Env.action_one "authType" write "\n"; case ty of "kerberos" => - write "\tKrbMethodNegotiate off\n\tKrbMethodK5Passwd on\n\tKrbVerifyKDC off\n\tKrbAuthRealms HCOOP.NET\n\tKrbSaveCredentials on\n" + write "\tKrbServiceName apache2\n\tKrb5Keytab /etc/keytabs/service/apache\n\tKrbMethodNegotiate on\n\tKrbMethodK5Passwd on\n\tKrbVerifyKDC on\n\tKrbAuthRealms HCOOP.NET\n\tKrbSaveCredentials on\n" | _ => ()) else print "WARNING: Skipped Kerberos authType because this isn't an SSL vhost.\n")