From: kouril Date: Wed, 17 Dec 2003 14:04:17 +0000 (+0000) Subject: Use `HTTP' as a default principal name for authentication, instead of `khttp'. X-Git-Tag: v5.0-rc4~20 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=c37d12e18eebe0892ef818229286d9f48fce2bd8;hp=f67ba8e46937045e2d493ebce3232a3b065e2d35;p=mod_auth_kerb.git Use `HTTP' as a default principal name for authentication, instead of `khttp'. --- 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;