How can i display all users under all OUs in active directory using adLDAP? I am using adLDAP of php.
I'm currently using this...
$adldap->user()->all()
from the documentation