From 153bf433ae5a404ba5665f4bf1658f515d156394 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julio=20S=C3=A1nchez=20Fern=C3=A1ndez?= Date: Wed, 14 Jul 1999 13:12:51 +0000 Subject: [PATCH] Define LDAP_TLS_PORT as 636, the default port for LDAP over raw TLS --- include/ldap.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ldap.h b/include/ldap.h index e61ddaad10..91ea2f9905 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -67,6 +67,9 @@ LDAP_BEGIN_DECL #endif #define LDAP_PORT 389 +#ifdef HAVE_TLS +#define LDAP_TLS_PORT 636 +#endif #define LDAP_ROOT_DSE "" #define LDAP_NO_ATTRS "1.1" -- 2.39.5