From c37d12e18eebe0892ef818229286d9f48fce2bd8 Mon Sep 17 00:00:00 2001 From: kouril Date: Wed, 17 Dec 2003 14:04:17 +0000 Subject: [PATCH] Use `HTTP' as a default principal name for authentication, instead of `khttp'. --- src/mod_auth_kerb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index 9263f82..f9f3ca0 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -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; -- 2.1.4