From: Julio Sánchez Fernández Date: Wed, 14 Jul 1999 13:12:51 +0000 (+0000) Subject: Define LDAP_TLS_PORT as 636, the default port for LDAP over raw TLS X-Git-Tag: OPENLDAP_REL_ENG_2_BP~139 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=153bf433ae5a404ba5665f4bf1658f515d156394;p=openldap Define LDAP_TLS_PORT as 636, the default port for LDAP over raw TLS --- 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"