Searched refs:LDAP_PORT (Results 1 – 12 of 12) sorted by relevance
40 #define LDAP_PORT 389 macro545 addr6.sin6_port = htons(LDAP_PORT); in send_to_cds()
116 fprintf( stderr, gettext(" -p port\tLDAP server1 TCP port number (default: %d)\n"), LDAP_PORT ); in ldaptool_common_usage()118 fprintf( stderr, gettext(" -p port\tLDAP server2 TCP port number (default: %d)\n"), LDAP_PORT ); in ldaptool_common_usage()121 fprintf( stderr, gettext(" -p port\tLDAP server TCP port number (default: %d)\n"), LDAP_PORT ); in ldaptool_common_usage()195 int ldaptool_port = LDAP_PORT;196 int ldaptool_port2 = LDAP_PORT;
503 replicaport = LDAP_PORT;
292 port = LDAP_PORT; in main()
1037 srv->lsrv_port = (secure) ? LDAPS_PORT : LDAP_PORT; in chase_one_referral()1288 port = LDAP_PORT; in dn2servers()
554 ld->ld_defport = ( defport == 0 ) ? LDAP_PORT : defport; in ldap_init()
454 srv->lsrv_port = LDAP_PORT; in ldap_url_search()
73 lmap->ldap_port = LDAP_PORT;
410 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()
977 port = proxyInfo.tls_method == ssl_tls ? LDAPS_PORT : LDAP_PORT; in createCon()