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
Have some patience.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:4. All users of any level are restricted to bumping (as defined here) any given thread within twenty-four (24) hours of its last post. Non-trivial posts are not considered bumping. A bump post found in violation will be deleted, and you may or may not recieve a warning. Persons bumping excessively be considered as spammers and dealt with accordingly.

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.