0

How can i display all users under all OUs in active directory using adLDAP? I am using adLDAP of php.

user7282
  • 5,106
  • 9
  • 41
  • 72

1 Answers1

1

I'm currently using this...

$adldap->user()->all()

from the documentation

Matt Jenkins
  • 176
  • 5