Skip to content

Commit 5fbbd00

Browse files
authored
Enhance logs
1 parent 79cbe19 commit 5fbbd00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Connector/Ldap.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ public function search(
174174
));
175175
} elseif (count($result) === 1) {
176176
$entry = array_pop($result);
177+
Logger::debug(sprintf(
178+
"LDAP search(): Found 1 entry searching base '%s' for '%s'",
179+
$base,
180+
$filter,
181+
));
177182
break;
178183
} else {
179184
Logger::debug(sprintf(

0 commit comments

Comments
 (0)