HomeSort by: relevance | last modified time | path
    Searched refs:LDAP_PORT (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
info_ldap.c 78 #ifndef LDAP_PORT
79 # define LDAP_PORT 389
80 #endif /* LDAP_PORT */
171 cur->port = LDAP_PORT;
  /src/crypto/external/bsd/openssh/dist/
ldapauth.c 134 ldap->ld = ldap_init(ldap->servers, LDAP_PORT);
161 ldap->ld = ldap_init(ldap->servers, LDAP_PORT);
  /src/external/bsd/openldap/dist/clients/tools/
ldapurl.c 76 lud->lud_port = LDAP_PORT;
  /src/external/bsd/openldap/dist/libraries/libldap/
url.c 95 return LDAP_PORT;
108 return LDAP_PORT;
984 ludp->lud_port = LDAP_PORT;
init.c 604 gopts->ldo_defport = LDAP_PORT;
options.c 594 lo->ldo_defport ? lo->ldo_defport : LDAP_PORT );
test.c 296 port = LDAP_PORT;
os-ip.c 623 port = LDAP_PORT;
  /src/external/ibm-public/postfix/dist/src/global/
dict_ldap.c 1554 * get configured value of "server_port"; default to LDAP_PORT (389)
1557 cfg_get_int(dict_ldap->parser, "server_port", LDAP_PORT, 0, 0);
1632 dict_ldap->server_port = LDAP_PORT;
  /src/crypto/dist/ipsec-tools/src/racoon/
cfparse.y 309 %token LDAPCFG LDAP_URI LDAP_HOST LDAP_PORT LDAP_TLS LDAP_PVER LDAP_DEBUG LDAP_TIMEOUT LDAP_BASE LDAP_BIND_DN LDAP_BIND_PW LDAP_SUBTREE
830 | LDAP_PORT NUMBER
isakmp_xauth.c 787 xauth_ldap_config.port = LDAP_PORT;
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
neoXldap.c 1277 int ldapPort = LDAP_PORT;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winldap.d 126 LDAP_PORT = 389,
  /src/external/bsd/openldap/dist/servers/lloadd/
daemon.c 416 if ( !lud->lud_port ) lud->lud_port = LDAP_PORT;
  /src/external/bsd/openldap/dist/include/
ldap.h 68 #define LDAP_PORT 389 /* ldap:/// default LDAP port */
  /src/external/bsd/openldap/dist/servers/slapd/
daemon.c 1554 if(! lud->lud_port ) lud->lud_port = LDAP_PORT;
1560 lud->lud_port = l.sl_is_tls ? LDAPS_PORT : LDAP_PORT;
  /src/external/mpl/dhcp/dist/server/
ldap.c 75 static int ldap_port = LDAP_PORT, variable
1260 ldap_server, ldap_port, ldap_err2string (ret));
1356 ldap_port = _do_lookup_dhcp_int_option (options, SV_LDAP_PORT);
1463 log_info ("Connecting to LDAP server %s:%d", ldap_server, ldap_port);
1566 log_error ("Cannot build ldap init URI %s:%d", ldap_server, ldap_port);
1570 sprintf(uri, "ldap://%s:%d", ldap_server, ldap_port);
1575 log_error ("Cannot init ldap session to %s:%d", ldap_server, ldap_port);
1607 (ldap_use_ssl == LDAP_SSL_ON && ldap_port == LDAPS_PORT))
1613 ldap_server, ldap_port, ldap_err2string (ret))
    [all...]

Completed in 60 milliseconds