aboutsummaryrefslogtreecommitdiff
path: root/lib/content_encoding.c
diff options
context:
space:
mode:
authorMauro Iorio <mio@bit4id.com>2010-09-18 00:03:23 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-09-18 00:03:23 +0200
commitc59dba338ea2c71fa0422a8594928d3c1787469e (patch)
tree38e71447f7927f0711f154e84a09a0be955a54a9 /lib/content_encoding.c
parenta76f852ca41b9972eff1ddf52d5de8a90cfad521 (diff)
LDAP: Support for tunnelling queries through HTTP proxy
As of curl-7.21.1 tunnelling ldap queries through HTTP Proxies is not supported. Actually if --proxytunnel command-line option (or equivalent CURLOPT_HTTPPROXYTUNNEL) is used for ldap queries like ldap://ldap.my.server.com/... You are unable to successfully execute the query. In facts ldap_*_bind is executed directly against the ldap server and proxy is totally ignored. This is true for both openLDAP and Microsoft LDAP API. Step to reproduce the error: Just launch "curl --proxytunnel --proxy 192.168.1.1:8080 ldap://ldap.my.server.com/dc=... " This fix adds an invocation to Curl_proxyCONNECT against the provided proxy address and on successful "CONNECT" it tunnels ldap query to the final ldap server through the HTTP proxy. As far as I know Microsoft LDAP APIs don't permit tunnelling in any way so the patch provided is for OpenLDAP only. The patch has been developed against OpenLDAP 2.4.23 and has been tested with Microsoft ISA Server 2006 and works properly with basic, digest and NTLM authentication.
Diffstat (limited to 'lib/content_encoding.c')
0 files changed, 0 insertions, 0 deletions