[Rt-commit] rt branch, 4.4/log-ldap-result-count, repushed
Jim Brandt
jbrandt at bestpractical.com
Thu Sep 19 15:25:29 EDT 2019
The branch 4.4/log-ldap-result-count was deleted and repushed:
was 6233de948f0331855eba8c0fd40c5edb836107b2
now ac04f3b68f2bcf75a95d628e5c8a3edab0174df5
1: 6233de948 ! 1: ac04f3b68 Log number of records returned from LDAP search
@@ -24,7 +24,7 @@
} else {
# Drop out to the next external information service
+ RT->Logger->debug("Found " . $ldap_msg->count . " records. Need a single matching record"
-+ . " to populate user data, so continuing with other configured auth services."
++ . " to populate user data, so continuing with other configured auth services.");
$ldap_msg = $ldap->unbind();
if ($ldap_msg->code != LDAP_SUCCESS) {
$RT::Logger->critical( (caller(0))[3],
More information about the rt-commit
mailing list