Skip to content

Commit cf74960

Browse files
committed
no need to check user groups since uid/gid are equal
1 parent cb785e3 commit cf74960

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/lib/UnityLDAP.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ private function getIDNumsInUse()
167167
range(6000, 64999), // reserved for debian packages
168168
array_map(fn($x) => $x["uidnumber"][0], $this->getAllUsersAttributes(["uidnumber"])),
169169
array_map(fn($x) => $x["gidnumber"][0], $this->pi_groupOU->getChildrenArray(true)),
170-
array_map(fn($x) => $x["gidnumber"][0], $this->groupOU->getChildrenArray(true)),
171170
);
172171
}
173172

0 commit comments

Comments
 (0)