Share

PHP LDAP class for Active Directory

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

get all users in a group

You are viewing a single message from this topic. View all messages.

  1. 2009-05-27 10:17:14 UTC

    You need to create an instance of the object for adlap first. (and obviously set all settings in adLDAP.php to match your environment)

    $myadLDAP = new adLDAP();

    $test = $myadLDAP->group_members("ccCOM-Teamleaders");
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.