Added support for fail_status and authkerberos options.
[mod_auth_kerb.git] / apache2 / auth_config.h
1 typedef struct {
2         char *krb_auth_type;
3         int krb_fail_status;
4 } kerb_auth_config;