old error log message:
auth_ldap authenticate: user wbush authentication failed; URI /ldap-status [(null)][Can't contact LDAP server]
new error log message:
auth_ldap authenticate: user wbush authentication failed; URI /ldap-status [Unable to set LDAP_OPT_REFHOPLIMIT.][Can't contact LDAP server]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735068
13f79535-47bb-0310-9956-
ffa450edef68
((ldc->ChaseReferrals == AP_LDAP_CHASEREFERRALS_ON) ? "On" : "Off"),
result->rc);
result->reason = "Unable to set LDAP_OPT_REFERRALS.";
+ ldc->reason = result->reason;
uldap_connection_unbind(ldc);
return(result->rc);
}
ldc->ReferralHopLimit,
result->rc);
result->reason = "Unable to set LDAP_OPT_REFHOPLIMIT.";
+ ldc->reason = result->reason;
uldap_connection_unbind(ldc);
return(result->rc);
}