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

  /src/external/bsd/openldap/lib/libldap/
Makefile 18 ldap_modify.3 ldap_modrdn.3 ldap_open.3 \
92 MLINKS+= ldap_open.3 ldap_init.3
  /src/external/bsd/am-utils/dist/amd/
info_ldap.c 331 if ((ld = ldap_open(h->host, h->port)) == NULL) {
332 plog(XLOG_WARNING, "Unable to ldap_open to %s:%d\n", h->host, h->port);
  /src/external/bsd/openldap/dist/libraries/libldap/
open.c 83 * ldap_open - initialize and connect to an ldap server. A magic cookie to
89 * ld = ldap_open( hostname, port );
93 ldap_open( LDAP_CONST char *host, int port ) function
98 Debug2( LDAP_DEBUG_TRACE, "ldap_open(%s, %d)\n",
115 Debug1( LDAP_DEBUG_TRACE, "ldap_open: %s\n",
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winldap.d 704 alias ldap_openW ldap_open;
789 alias ldap_openA ldap_open;
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
neoXldap.c 1363 ldap = ldap_open (ldapHost, ldapPort);
  /src/external/ibm-public/postfix/dist/src/global/
dict_ldap.c 661 dict_ldap->ld = ldap_open(dict_ldap->server_host,
  /src/external/bsd/openldap/dist/include/
ldap.h 1557 ldap_open LDAP_P(( /* deprecated, use ldap_create or ldap_initialize */

Completed in 75 milliseconds