Searched refs:LDAP_PORT (Results 1 – 11 of 11) sorted by relevance
115 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;
292 port = LDAP_PORT; in main()
503 replicaport = LDAP_PORT;
554 ld->ld_defport = ( defport == 0 ) ? LDAP_PORT : defport; in ldap_init()
457 srv->lsrv_port = LDAP_PORT; in ldap_url_search()
1039 srv->lsrv_port = (secure) ? LDAPS_PORT : LDAP_PORT; in chase_one_referral()1290 port = LDAP_PORT; in dn2servers()
73 lmap->ldap_port = LDAP_PORT;
412 int ldapPort = LDAP_PORT; /* default LDAP port number */ in _connectToLDAP()
50 #define LDAP_PORT 389 macro
2311 port = useSSL ? LDAPS_PORT : LDAP_PORT; in createSession()
978 port = proxyInfo.tls_method == ssl_tls ? LDAPS_PORT : LDAP_PORT; in createCon()