X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=apache1%2Fauth_cmds.c;h=f1d5014771ceb37aa83e096c3c1ba34b2d595d05;hb=7868b10fa2dfd80469184d8b450d561482cf9114;hp=611dff641fc9ccb7e92ea7f98210a098f6fbd1de;hpb=755f578f966c064d3986bd2485f181a717b21bb6;p=mod_auth_kerb.git diff --git a/apache1/auth_cmds.c b/apache1/auth_cmds.c index 611dff6..f1d5014 100644 --- a/apache1/auth_cmds.c +++ b/apache1/auth_cmds.c @@ -10,21 +10,12 @@ command_rec kerb_auth_cmds[] = { { "KrbFailStatus", - kerb_set_fail_slot_string, + kerb_set_fail_slot, (void*)XtOffsetOf(kerb_auth_config, krb_fail_status), OR_AUTHCFG, TAKE1, "If auth fails, return status set here." }, - { - "KrbAuthoritative", - kerb_set_fail_slot_flag, - (void*)XtOffsetOf(kerb_auth_config, krb_fail_status), - OR_AUTHCFG, - FLAG, - "If auth fails, decline and pass on to lower modules." - }, - { NULL } };