Search Results

1
vote
2answers
294 views

What is the best way to select attributes for all members of an AD LDAP group from PHP?

I need to select a number of attributes for all of the users in a particular group from a PHP application. I realize that I could query the 'member' attribute of the group to get the dn of every me …
3
votes
1answer
228 views

AD via LDAP - How can I return all ancestor groups from a query?

I am querying Active Directory via LDAP (from Java and PHP) to build a list of all groups that a user is a member of. This list must contain all least all groups (organizational-units optional) tha …
0
votes
0answers
43 views

Is it possible to set group-management rights on an Active Directory group via LDAP?

I am building a self-service group management web-app that will allow users to create and manage groups in our Active Directory under a particular OU. I have successfully written a PHP app …