> 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=*)"
>
> Yo
On Tue, 19 Dec 2006, Dan Nawrocki wrote:
>
> SSLOptions +StdEnvVars
> Options FollowSymLinks
> AllowOverride None
>
> AuthType Basic
> AuthBasicProvider ldap
> AuthName "auth me!"
> AuthLDAPBindDN "bind_username"
> AuthLDAPBindPassword bind_password
> AuthLDAPURL ldap://host:389
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:
SSLOptions +StdEnvVars
Options FollowSymLinks
AllowOverride None
AuthType Basic
AuthBasicProvider ldap
AuthName "auth me!"
AuthLDAPB