Skip to content

Commit acf2239

Browse files
committed
no need for recursive
1 parent 556ae43 commit acf2239

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
@@ -315,7 +315,7 @@ public function getPIGroupGIDsWithMemberUID($uid)
315315
fn($x) => $x["cn"][0],
316316
$this->pi_groupOU->getChildrenArray(
317317
["cn"],
318-
true,
318+
false,
319319
"(memberuid=" . ldap_escape($uid, LDAP_ESCAPE_FILTER) . ")",
320320
)
321321
);

0 commit comments

Comments
 (0)