Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 63575
Collapse All | Expand All

(-)mod_auth_kerb.orig/src/modules/kerberos/mod_auth_kerb.c (-1 / +1 lines)
Lines 376-382 command_rec kerb_auth_cmds[] = { Link Here
376
376
377
   { "KrbAuthAuthoritative", ap_set_flag_slot,
377
   { "KrbAuthAuthoritative", ap_set_flag_slot,
378
    (void*)XtOffsetOf(kerb_auth_config_rec, krb_auth_authoritative),
378
    (void*)XtOffsetOf(kerb_auth_config_rec, krb_auth_authoritative),
379
    OR_AUTHCFG, FLAG, "Set to 'off' to allow access control to be passed along
379
    OR_AUTHCFG, FLAG, "Set to 'off' to allow access control to be passed along\
380
to lower modules if the UserID is not known to this module?" },
380
to lower modules if the UserID is not known to this module?" },
381
   { NULL }
381
   { NULL }
382
};
382
};

Return to bug 63575