You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Andrew Simpson <dr...@gmail.com> on 2010/11/04 14:45:20 UTC

[users@httpd] rewritecond group

Greetings,

Is there any way to refer to the currently authenticated user's
group(s) from within a rewritecond?

Thanks,
Drew

---------------------------------------------------------------------
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


Re: [users@httpd] rewritecond group

Posted by Rich Bowen <rb...@rcbowen.com>.
On Nov 4, 2010, at 9:45 AM, Andrew Simpson wrote:

> Greetings,
>
> Is there any way to refer to the currently authenticated user's
> group(s) from within a rewritecond?

No. There is not an ENV var set for the group in which the user is  
authenticated, so this is not accessible to mod_rewrite.

Additionally, mod_rewrite runs too early to have access to this, but  
presumably if it was set, you could use the LA-U syntax to get access  
to it.

--
Rich Bowen
rbowen@rcbowen.com


---------------------------------------------------------------------
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