We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bb716 commit b6dd299Copy full SHA for b6dd299
resources/lib/UnityLDAP.php
@@ -117,7 +117,7 @@ public function getNextPIGIDNumber()
117
118
public function getNextOrgGIDNumber()
119
{
120
- $IDNumsInUse = array_values($this->getCustomIDMappings());
+ $IDNumsInUse = $this->getAllGIDNumbersInUse();
121
$start = $this->offset_ORGGID;
122
return $this->getNextIDNumber($start, $IDNumsInUse);
123
}
0 commit comments