summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap_client.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-20 01:17:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:34 -0500
commit5eccf719fba324e9f1ce4a5b425b29a25125d4f1 (patch)
treefbbd5d412a4878399819e0c6356439dec9338076 /source4/libcli/ldap/ldap_client.h
parent64bf731865c7ea0a95d658099e7578f4bae3a9cc (diff)
downloadsamba-5eccf719fba324e9f1ce4a5b425b29a25125d4f1.tar.gz
samba-5eccf719fba324e9f1ce4a5b425b29a25125d4f1.tar.bz2
samba-5eccf719fba324e9f1ce4a5b425b29a25125d4f1.zip
r7770: added ldaps support to our ldap client library
(This used to be commit 8f5c2e8682795258a6361b9516a38a8fabdef150)
Diffstat (limited to 'source4/libcli/ldap/ldap_client.h')
-rw-r--r--source4/libcli/ldap/ldap_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/ldap/ldap_client.h b/source4/libcli/ldap/ldap_client.h
index 719c3639c1..b61f765b40 100644
--- a/source4/libcli/ldap/ldap_client.h
+++ b/source4/libcli/ldap/ldap_client.h
@@ -47,6 +47,7 @@ struct ldap_request {
/* main context for a ldap client connection */
struct ldap_connection {
+ struct tls_context *tls;
struct socket_context *sock;
char *host;
uint16_t port;