Skip to content

Commit 37a6638

Browse files
committed
search
1 parent fd7071f commit 37a6638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workers/update-ldap-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
// search entire tree, some users created for admin purposes might not be in the normal OU
3737
echo "waiting for LDAP search (users)...\n";
38-
$users = $LDAP->search("objectClass=posixAccount", $CONFIG["ldap"]["basedn"]);
38+
$users = $LDAP->search("objectClass=posixAccount", $CONFIG["ldap"]["basedn"], []);
3939
echo "response received.\n";
4040
$user_CNs = $LDAP->getUserGroup()->getAttribute("memberuid");
4141
sort($user_CNs);

0 commit comments

Comments
 (0)