Home
last modified time | relevance | path

Searched refs:LDAP_PORT (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/ldap/common/
H A Dcommon.c115 fprintf( stderr, gettext(" -p port\tLDAP server1 TCP port number (default: %d)\n"), LDAP_PORT ); in ldaptool_common_usage()
117 fprintf( stderr, gettext(" -p port\tLDAP server2 TCP port number (default: %d)\n"), LDAP_PORT ); in ldaptool_common_usage()
120 fprintf( stderr, gettext(" -p port\tLDAP server TCP port number (default: %d)\n"), LDAP_PORT ); in ldaptool_common_usage()
194 int ldaptool_port = LDAP_PORT;
195 int ldaptool_port2 = LDAP_PORT;
H A Dldaptest.c292 port = LDAP_PORT; in main()
H A Dldapmodify.c503 replicaport = LDAP_PORT;
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c554 ld->ld_defport = ( defport == 0 ) ? LDAP_PORT : defport; in ldap_init()
H A Durl.c457 srv->lsrv_port = LDAP_PORT; in ldap_url_search()
H A Drequest.c1039 srv->lsrv_port = (secure) ? LDAPS_PORT : LDAP_PORT; in chase_one_referral()
1290 port = LDAP_PORT; in dn2servers()
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dldap.c73 lmap->ldap_port = LDAP_PORT;
/titanic_41/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c412 int ldapPort = LDAP_PORT; /* default LDAP port number */ in _connectToLDAP()
/titanic_41/usr/src/head/
H A Dldap.h50 #define LDAP_PORT 389 macro
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_connect.c2311 port = useSSL ? LDAPS_PORT : LDAP_PORT; in createSession()
/titanic_41/usr/src/lib/libnisdb/
H A Dldap_op.c978 port = proxyInfo.tls_method == ssl_tls ? LDAPS_PORT : LDAP_PORT; in createCon()