Added auth_cmds.c processing for apache1 and 2. Still need to add custom
[mod_auth_kerb.git] / apache1 / auth_cmds.c
index 611dff6..f1d5014 100644 (file)
@@ -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 }
 };