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 875688c commit e0accceCopy full SHA for e0accce
resources/lib/UnityLDAP.php
@@ -167,7 +167,7 @@ private function IDNumInUse($id)
167
if (($id >= 100 && $id <= 999) || ($id >= 60000 && $id <= 64999)) {
168
return true;
169
}
170
- $user = $this->getAllUsers();
+ $users = $this->getAllUsers();
171
foreach ($users as $user) {
172
if ($user->getAttribute("uidnumber")[0] == $id) {
173
0 commit comments