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=*)" > > Yo

[EMAIL PROTECTED] Apache 2.2.3 + Active Directory

2006-12-19 Thread Dan Nawrocki
he bind_username and bind_password using simple authentication, my queries work as expected. Note that I am trying to serve this page over SSL in a VirtualHost; I haven't tried basic HTTP. If this is a problem, I can try again. Does