Skip to content

Commit

Permalink
LDAP.php: one more error handler (#4793)
Browse files Browse the repository at this point in the history
  • Loading branch information
kulikov-a committed Mar 11, 2021
1 parent 3274620 commit d9f2799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/opnsense/mvc/app/library/OPNsense/Auth/LDAP.php
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ public function listOUs()
}

return $result;
} else {
$this->logLdapError("LDAP containers search returned no results");
}
}

Expand Down

0 comments on commit d9f2799

Please sign in to comment.