Use `HTTP' as a default principal name for authentication, instead of `khttp'.
authorkouril <kouril>
Wed, 17 Dec 2003 14:04:17 +0000 (14:04 +0000)
committerkouril <kouril>
Wed, 17 Dec 2003 14:04:17 +0000 (14:04 +0000)
src/mod_auth_kerb.c

index 9263f82..f9f3ca0 100644 (file)
@@ -226,7 +226,7 @@ static void *kerb_dir_create_config(MK_POOL *p, char *d)
 
        rec = (kerb_auth_config *) ap_pcalloc(p, sizeof(kerb_auth_config));
         ((kerb_auth_config *)rec)->krb_verify_kdc = 1;
-       ((kerb_auth_config *)rec)->krb_service_name = "khttp";
+       ((kerb_auth_config *)rec)->krb_service_name = "HTTP";
        ((kerb_auth_config *)rec)->krb_authoritative = 1;
 #ifdef KRB5
        ((kerb_auth_config *)rec)->krb_method_k5pass = 1;