From 5eccf719fba324e9f1ce4a5b425b29a25125d4f1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 20 Jun 2005 01:17:29 +0000 Subject: r7770: added ldaps support to our ldap client library (This used to be commit 8f5c2e8682795258a6361b9516a38a8fabdef150) --- source4/libcli/ldap/ldap_client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libcli/ldap/ldap_client.h') 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; -- cgit