Re: [us...@httpd] how can I compile a module written for apache 2.3 for apache 2.2?

2009-06-17 Thread Jon Skarpeteig
Is there any alternative to .htaccess auth with the ad? On Wed, Jun 17, 2009 at 2:42 PM, Eric Covener wrote: > On Wed, Jun 17, 2009 at 8:41 AM, Eric Covener wrote: >> On Wed, Jun 17, 2009 at 7:39 AM, Jon Skarpeteig >> wrote: >>> http://svn.apache.org/repos/asf/httpd

[us...@httpd] how can I compile a module written for apache 2.3 for apache 2.2?

2009-06-17 Thread Jon Skarpeteig
http://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/aaa/ The module mod_authnz_ldap.c has been updated to support nested groups in AD. I only need that one new directive from this module and I want to compile it, and upgrade the existing apache 2.2 module. How can I do this? --

Re: [us...@httpd] mog_authnz_ldap and AD

2009-06-17 Thread Jon Skarpeteig
How can I accomplish what I'm trying to do? On Wed, Jun 17, 2009 at 11:20 AM, Peter Schober wrote: > * Jon Skarpeteig [2009-06-17 09:56]: >> # Want to add support for nested groups by the following directive >> from http://httpd.apache.org/docs/trunk/mod/mod_authn

[us...@httpd] mog_authnz_ldap and AD

2009-06-17 Thread Jon Skarpeteig
I use the following .htaccess file: # Authentication realm and method: AuthType Basic AuthBasicProvider ldap AuthName "Intranet" # DN of Active Directory server AuthLDAPUrl ldap://asdf:1234/DC=eu?sAMAccountName?sub?(objectClass=*) # An account in the AD that has enough permissions to perform an