*) mod_ldap: In some case, LDAP_NO_SUCH_ATTRIBUTE could be returned instead of
authorEric Covener <covener@apache.org>
Sun, 28 Jun 2015 00:56:09 +0000 (00:56 +0000)
committerEric Covener <covener@apache.org>
Sun, 28 Jun 2015 00:56:09 +0000 (00:56 +0000)
commit393b02c535c397e93f430d32384f23e93144e20e
tree3c72262625ca676eaf3227c1650ce8ccbc941e1b
parent3efa9ca0027ddd5526baa38e4ac2abb378830d48
*) mod_ldap: In some case, LDAP_NO_SUCH_ATTRIBUTE could be returned instead of
   an error during a compare operation. [Eric Covener]

+ accompanying trace.

Note: the if/else now matches (don't replace unknown compare errors with
LDAP_NO_SUCH_ATTRIBUTE) the logic just above when pulling comparisons
out of the cache.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1687980 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ldap/util_ldap.c