Imported Sources
[mod_auth_kerb.git] / apache1 / module.c
1 module kerb_auth_module = {
2         STANDARD_MODULE_STUFF,
3         NULL,                           /* initializer */
4         NULL,                           /* dir config creater */
5         NULL,                           /* dir merger */
6         NULL,                           /* server config */
7         NULL,                           /* merge server config */
8         NULL,                           /* command table */
9         NULL,                           /* handlers */
10         NULL,                           /* filename translation */
11         kerb_authenticate_user,         /* check_user_id */
12         NULL,                           /* check auth */
13         NULL,                           /* check access */
14         NULL,                           /* type_checker */
15         NULL,                           /* fixups */
16         NULL                            /* logger */
17 };