Merge pull request #14781 from theanalyst/rgw/cleanup/ldap_err_msg

rgw_ldap: log the ldap err in case of bind failure
This commit is contained in:
Matt Benjamin 2017-04-26 09:04:15 -04:00 committed by GitHub
commit b584c7eb7c

View File

@ -94,6 +94,7 @@ namespace rgw {
if (ret != LDAP_SUCCESS) {
ldout(g_ceph_context, 10)
<< __func__ << " simple_bind failed uid=" << uid
<< "ldap err=" << ret
<< dendl;
}
ldap_memfree(dn);