Home
last modified time | relevance | path

Searched refs:LDAPS_PORT (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c457 srv->lsrv_port = LDAPS_PORT; in ldap_url_search()
H A Drequest.c1037 srv->lsrv_port = (secure) ? LDAPS_PORT : LDAP_PORT; in chase_one_referral()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c42 #ifndef LDAPS_PORT
43 #define LDAPS_PORT 636 macro
977 port = proxyInfo.tls_method == ssl_tls ? LDAPS_PORT : LDAP_PORT; in createCon()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c208 defport = LDAPS_PORT; in ldapssl_init()
/illumos-gate/usr/src/head/
H A Dldap.h51 #define LDAPS_PORT 636 macro
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c1104 port = LDAPS_PORT;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c2311 port = useSSL ? LDAPS_PORT : LDAP_PORT; in createSession()