We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465bd97 commit bd57921Copy full SHA for bd57921
workers/update-ldap-cache.php
@@ -35,7 +35,7 @@
35
36
// search entire tree, some users created for admin purposes might not be in the normal OU
37
echo "waiting for LDAP search (users)...\n";
38
- $users = $LDAP->search("objectClass=posixAccount", $CONFIG["ldap"]["basedn"]);
+ $users = $LDAP->search("objectClass=posixAccount", $CONFIG["ldap"]["basedn"], []);
39
echo "response received.\n";
40
$user_CNs = $LDAP->getUserGroup()->getAttribute("memberuid");
41
sort($user_CNs);
0 commit comments