listAllOU(); } function listAllUsers() { $ldapAuth = new LDAPAuth(); return $ldapAuth->listAllUsers(); } function getUserOU($username) { $ldapAuth = new LDAPAuth(); return $ldapAuth->getUserOU($username); }