I've setup a new webserver with Apache 2.4, PHP7 and Zend framework
The authentication works with a single user just fine so i know that i have installed the Zend framework correct and it is working.
My problem is that i now want to display a full list of all users on the DC and their groups. How do i generate an array (or display) with all users ?
What you could do after binding is something like this:
Additionally, you could add a fourth parameter $justthese to make sure you only pull the data you will need, which saves times and bandwidth. Then it would be: