titetluc titetluc wrote:
Geoffrey, André,
Thank you for your answer.

Conclusion: I will have to:
 . write my own PerlAuthzHandler

yes

 . define a new directive to define my group

no - you can overload the Requires directive. the example I pointed you to shows you how:

  http://www.modperlcookbook.org/code/ch13/Cookbook/AuthzRole.pm

if you return OK or AUTH_REQUIRED the configured httpd authz handler will not be run, leaving your PerlAuthzHandler in control of the authz phase.

HTH

--Geoff

Reply via email to