I will try this tomorrow morning. But what about the question about this? Does anyone know?
I am in the process of configuring a windows system with apache 2.2.10 installed on it. I have a few questions before we get started. 1. Is "LoadModule authnz_ldap_module modules/mod_authnz_ldap.so" the same as mod_auth_ldap? 2. Will mod_authnz_ldap.so work on windows server 2003 with apache 2.2.10 installed? 3. Do I need to specify DN in the AuthLDAPURL and does it need to match the require group directive? -----Original Message----- From: Eric Covener [mailto:cove...@gmail.com] Sent: Monday, May 04, 2009 4:01 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Apache 2.2.10 LDAPS to Active Directory > <Directory D:\web\Information-Services\> > > AuthType Basic > > AuthName "TCBC" > AuthLDAPBindDN webuserloo...@user.org > AuthLDAPBindPassword 1password > AuthLDAPURL > "ldaps://ldapurl:636/DC=nm,DC=ad,DC=llssa,DC=org?sAMAccountName?sub?(obj ectClass=*)" > Require group CN=Web_TTR,OU=Web Groups,OU=Global Security > Groups,DC=nm,DC=ad,DC=llssa,DC=org > > </Directory> "AuthBasicProvider ldap" is required in 2.2 Your require should be "ldap-group", not just group. -- Eric Covener cove...@gmail.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-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.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-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org