Removed apache 1 separate source tree.
[mod_auth_kerb.cvs/.git] / apache2 / hooks.c
index 9e0c9bb..c234640 100644 (file)
@@ -1,4 +1,5 @@
 void kerb_register_hooks(apr_pool_t *p)
 {
        ap_hook_check_user_id(kerb_authenticate_user, NULL, NULL, APR_HOOK_MIDDLE);
+       ap_hook_access_checker(kerb_check_user_access, NULL, NULL, APR_HOOK_MIDDLE);
 }