We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e9777 commit db72559Copy full SHA for db72559
resources/lib/UnityLDAP.php
@@ -150,7 +150,7 @@ public function getNextOrgGIDNumber(UnitySQL $UnitySQL): int
150
private function IDNumInUse(int $id): bool
151
{
152
// id reserved for debian packages
153
- if (($id >= 100 && $id <= 999) || ($id >= 60000 && $id <= 64999)){
+ if (($id >= 100 && $id <= 999) || ($id >= 60000 && $id <= 64999)) {
154
return true;
155
}
156
$users = $this->userOU->getChildrenArray(true);
0 commit comments