I’m using the ADLDAP library (http://adldap.sourceforge.net) to interact with Active Directory. I am using PHP. I would like to get all users from Active Directory and save them to array. Is there any way to do this?
I’m using the ADLDAP library ( http://adldap.sourceforge.net ) to interact with Active Directory. I
Share
You probably want to do something like:
the
all()method is doumented here.