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_authnz_ldap.html#reqgroup >> >> AuthLD

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

2009-06-17 Thread Peter Schober
* 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_authnz_ldap.html#reqgroup > > AuthLDAPMaxSubGroupDepth 20 > > > This gives med Internal Server Error, with the following error_log entry: >

[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