Added authoritative support.
[mod_auth_kerb.cvs/.git] / apache1 / dir_config.c
index 54ba60d..9b0af79 100644 (file)
@@ -3,6 +3,7 @@ static void *kerb_dir_config(pool *p, char *d)
        static void *rec;
        rec = (void *) ap_pcalloc(p, sizeof(kerb_auth_config));
        ((kerb_auth_config *)rec)->krb_fail_status = HTTP_UNAUTHORIZED;
+       ((kerb_auth_config *)rec)->krb_authoritative = 0;
        ((kerb_auth_config *)rec)->krb_auth_type = ap_pstrdup(p, "None");
        return rec;
 }