]> git.sur5r.net Git - openldap/commitdiff
Define LDAP_TLS_PORT as 636, the default port for LDAP over raw TLS
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Wed, 14 Jul 1999 13:12:51 +0000 (13:12 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Wed, 14 Jul 1999 13:12:51 +0000 (13:12 +0000)
include/ldap.h

index e61ddaad102692a2a1f2386bfa7b870063b4f239..91ea2f99050461c86522654ed5d42ad8ec2c47d8 100644 (file)
@@ -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"