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:covener@xxxxxxxxx] Sent: Monday, May 04, 2009 4:01 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: Apache 2.2.10 LDAPS to Active Directory > <Directory D:\web\Information-Services\> > > AuthType Basic > > AuthName "TCBC" > AuthLDAPBindDN WebUserLookup@xxxxxxxx > 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 covener@xxxxxxxxx --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx