2009/4/14 Markus Moeller <hua...@moeller.plus.com>:
> Is there a rule when to use  ap_hook_check_user_id and when to use 
> ap_hook_auth_checker to register an authentication or authorisation function ?

ap_hook_check_user_id is used to check the username/password
combination, ap_hook_auth_checker to check whether the previously
checked user is permitted to access the requested resource or not.

Bob

Reply via email to