Page 1 of 1
Help with Active Directory access
Posted: Thu Nov 09, 2006 8:14 am
by johndoe99
Hi,
Can PHP be used to check group membership in Active Directory ?
I can use PHP to connect to AD but can't find a way to check group membership .
Appreciate any help
Posted: Thu Nov 09, 2006 4:04 pm
by johndoe99
Does php have any native or custom interface into AD perhaps ??
Posted: Thu Nov 09, 2006 4:11 pm
by feyd
Posted: Thu Nov 09, 2006 4:35 pm
by pickle
Yes it does. Check the LDAP libraries. Also, search for Active Directory here - lots of questions have been asked about it.
Posted: Thu Nov 09, 2006 6:29 pm
by RobertGonzalez
Yes, you can do all sorts of things with LDAP. Just remember that LDAP is 'L'ightweight, so you can't do with it what you'd do with a grown-up database. The query structures are really weird, but if you google LDAP queries you'll find a host of things related to getting the information you want.