Added auth_cmds.c processing for apache1 and 2. Still need to add custom
[mod_auth_kerb.cvs/.git] / apache1 / module.c
index 327200e..d513b9d 100644 (file)
@@ -5,7 +5,7 @@ module kerb_auth_module = {
        NULL,                           /* dir merger */
        NULL,                           /* server config */
        NULL,                           /* merge server config */
-       NULL,                           /* command table */
+       kerb_auth_cmds,                 /* command table */
        NULL,                           /* handlers */
        NULL,                           /* filename translation */
        kerb_authenticate_user,         /* check_user_id */