RE: [EMAIL PROTECTED] Apache 2.2.3 + Active Directory

2006-12-20 Thread Dan Nawrocki
If the initial bind is working then it's probably your LDAP search criteria which depends on how your AD is layed out. This is what I use (I use the AD global catalog (GC)): AuthLDAPURL ldap://ad.nos.com:3268/OU=Accounts,DC=nos,DC=com?sAMAccountName?sub?(ob jectClass=*) You probably

[EMAIL PROTECTED] Apache 2.2.3 + Active Directory

2006-12-19 Thread Dan Nawrocki
I am attempting to use authentication over LDAP (actually Active Directory), but it's not working and I'm going crazy! Here's my configuration file: Directory / SSLOptions +StdEnvVars Options FollowSymLinks AllowOverride None AuthType Basic AuthBasicProvider ldap AuthName auth me!

Re: [EMAIL PROTECTED] Apache 2.2.3 + Active Directory

2006-12-19 Thread John P. Dodge
On Tue, 19 Dec 2006, Dan Nawrocki wrote: Directory / SSLOptions +StdEnvVars Options FollowSymLinks AllowOverride None AuthType Basic AuthBasicProvider ldap AuthName auth me! AuthLDAPBindDN bind_username AuthLDAPBindPassword bind_password AuthLDAPURL