Define LDAP_TLS_PORT as 636, the default port for LDAP over raw TLS

This commit is contained in:
Julio Sánchez Fernández 1999-07-14 13:12:51 +00:00
parent 5d19e04366
commit 153bf433ae

View 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"