You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Pavel Stratil <pa...@fenix.cz> on 2008/01/04 10:47:54 UTC

[users@httpd] bump: AUTHZ env variable?

anyone please? thanks!

Re: [users@httpd] bump: AUTHZ env variable?

Posted by Nick Kew <ni...@webthing.com>.
On Fri, 04 Jan 2008 10:47:54 +0100
Pavel Stratil <pa...@fenix.cz> wrote:

> anyone please? thanks!

Simple answer, you can't.  Apache only looks up the group(s)
required in a "Require group ..." directive.

Longer answer: you could
  (a) hack mod_authz_groupfile[1]
  (b) Use a query-based authz (LDAP or DBD)
  (c) Write your own handler to look it up.

[1] if I've got the name right.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org