From c648522c15aacb2763de36086f1248aecce4fef1 Mon Sep 17 00:00:00 2001 From: kouril Date: Mon, 20 Feb 2006 21:38:28 +0000 Subject: [PATCH] #ifdef 0 doesn't work --- src/mod_auth_kerb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index 7193a24..b161c6a 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -154,7 +154,7 @@ typedef struct { const char *krb_service_name; int krb_authoritative; int krb_delegate_basic; -#ifdef 0 +#if 0 int krb_ssl_preauthentication; #endif #ifdef KRB5 @@ -209,7 +209,7 @@ static const command_rec kerb_auth_cmds[] = { command("KrbDelegateBasic", ap_set_flag_slot, krb_delegate_basic, FLAG, "Always offer Basic authentication regardless of KrbMethodK5Pass and pass on authentication to lower modules if Basic headers arrive."), -#ifdef 0 +#if 0 command("KrbEnableSSLPreauthentication", ap_set_flag_slot, krb_ssl_preauthentication, FLAG, "Don't do Kerberos authentication if the user is already authenticated using SSL and her client certificate."), #endif -- 2.1.4