Searched refs:ldap_open (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/man/man3ldap/ |
H A D | Makefile | 53 ldap_open.3ldap \ 361 ldap_init.3ldap := LINKSRC = ldap_open.3ldap
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 410 * ldap_open - initialize and connect to an ldap server. A magic cookie to 416 * ld = ldap_open( hostname, port ); 421 ldap_open( const char *host, int port ) function 425 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_open\n", 0, 0, 0 ); 439 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_open successful, ld_host is %s\n",
|
H A D | llib-lldap | 123 LDAP *ldap_open(const char *host, int port);
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | ldap.c | 181 /* Blast apart URL and use the ldap_init/ldap_open below */ 208 ** If using ldap_open(), the actual connection to the server 214 ld = ldap_open(lmap->ldap_host, lmap->ldap_port);
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 476 LDAP_API(LDAP *) LDAP_CALL ldap_open(const char *host, int port);
|
Completed in 69 milliseconds