]> granicus.if.org Git - apache/commit
tweak the referral/hoplimit ldap option logic to save the failure reason in the util_...
authorJeff Trawick <trawick@apache.org>
Fri, 16 Jan 2009 17:57:52 +0000 (17:57 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 16 Jan 2009 17:57:52 +0000 (17:57 +0000)
commit932a6065b294387f3a4a5923c4f89c1ab4a5621f
tree01f9c2f876734e546cab7f60e1d6f43d9afc843f
parentee852e940eb5ffdffe7783e1d95ad0bf00f32976
tweak the referral/hoplimit ldap option logic to save the failure reason in the util_ldap_connection_t for later logging

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
modules/ldap/util_ldap.c