Re: [us...@httpd] setenvif and mod_authnz_ldap

2010-07-03 Thread Christian Unger
On 02.07.2010, at 13:46, Eric Covener wrote: On Fri, Jul 2, 2010 at 2:50 AM, Christian Unger christian.un...@mac.com wrote: On 01.07.2010, at 16:12, Eric Covener wrote: On Thu, Jul 1, 2010 at 9:56 AM, Christian Unger christian.un...@mac.com wrote: Hi there, I'd like to know

Re: [us...@httpd] setenvif and mod_authnz_ldap

2010-07-02 Thread Christian Unger
On 01.07.2010, at 16:12, Eric Covener wrote: On Thu, Jul 1, 2010 at 9:56 AM, Christian Unger christian.un...@mac.com wrote: Hi there, I'd like to know whether it is possible to check a request for a string via regex, store this into an envvar and match an ldap attribute against this

Re: [us...@httpd] setenvif and mod_authnz_ldap

2010-07-02 Thread Eric Covener
On Fri, Jul 2, 2010 at 2:50 AM, Christian Unger christian.un...@mac.com wrote: On 01.07.2010, at 16:12, Eric Covener wrote: On Thu, Jul 1, 2010 at 9:56 AM, Christian Unger christian.un...@mac.com wrote: Hi there, I'd like to know whether it is possible to check a request for a string via

[us...@httpd] setenvif and mod_authnz_ldap

2010-07-01 Thread Christian Unger
Hi there, I'd like to know whether it is possible to check a request for a string via regex, store this into an envvar and match an ldap attribute against this variable? below is my directory block. from the logs I can tell that the match in the require ldap-attribute shows that the variable

Re: [us...@httpd] setenvif and mod_authnz_ldap

2010-07-01 Thread Eric Covener
On Thu, Jul 1, 2010 at 9:56 AM, Christian Unger christian.un...@mac.com wrote: Hi there, I'd like to know whether it is possible to check a request for a string via regex, store this into an envvar and match an ldap attribute against this variable? nope below is my directory block.