Added authoritative support.
[mod_auth_kerb.cvs/.git] / apache2 / auth_config.h
1 typedef struct {
2         char *krb_auth_type;
3         int krb_fail_status;
4         int krb_authoritative;
5 } kerb_auth_config;