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