1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00

r7770: added ldaps support to our ldap client library

This commit is contained in:
Andrew Tridgell
2005-06-20 01:17:29 +00:00
committed by Gerald (Jerry) Carter
parent 71ee6a1df5
commit 8f5c2e8682
3 changed files with 19 additions and 9 deletions

View File

@@ -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;