[SOLVED] PHP/LDAP/Active Directory

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
TexMex4Me
Forum Newbie
Posts: 3
Joined: Thu Jun 17, 2004 12:59 pm
Location: Atlanta GA

PHP/LDAP/Active Directory

Post by TexMex4Me »

Given an Active Directory Group Name, how do you list the members of the group? I have been able to use PHP to list the groups that an authenticated user belongs to, but cannot seem to find the info on how to go the other way.
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

I just gave the ldap functions in the manual a once over and i dont see anything that would do what you want to.....
TexMex4Me
Forum Newbie
Posts: 3
Joined: Thu Jun 17, 2004 12:59 pm
Location: Atlanta GA

Post by TexMex4Me »

Thanks, but I finally was able to figure it out.
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

allright cool
Post Reply