Skip to content

Commit 2b66dab

Browse files
committed
no need for recursive
1 parent 834f579 commit 2b66dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnityLDAP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public function getPIGroupGIDsWithMemberUID($uid)
316316
fn($x) => $x["cn"][0],
317317
$this->pi_groupOU->getChildrenArray(
318318
["cn"],
319-
true,
319+
false,
320320
"(memberuid=" . ldap_escape($uid, LDAP_ESCAPE_FILTER) . ")",
321321
)
322322
);

0 commit comments

Comments
 (0)