Search code examples
phpadldap

Display all users under all OUs in active directory using adLDAP?


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


Solution

  • I'm currently using this...

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

    from the documentation