mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Define LDAP_TLS_PORT as 636, the default port for LDAP over raw TLS
This commit is contained in:
parent
5d19e04366
commit
153bf433ae
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user