Searched defs:ldap_open (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | open.c | 65 * ldap_open - initialize and connect to an ldap server. A magic cookie to 71 * ld = ldap_open( hostname, port ); 75 ldap_open(char *host, int port) function 85 "ldap_open (after ldap_init)\n"), 0, 0, 0); 96 "ldap_open failed, %s\n"), 102 "ldap_open successful, ld_host is %s\n"), 324 * server. First ldap_open() is called and then ssl is layered on top 390 ld = ldap_open(host, port); 393 "ldap_ssl_open (after ldap_open)\n"), 0, 0, 0); 423 "ldap_ssl_open (after ldap_open)\ [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 412 * ldap_open - initialize and connect to an ldap server. A magic cookie to 418 * ld = ldap_open( hostname, port ); 423 ldap_open( const char *host, int port ) function 427 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_open\n", 0, 0, 0 ); 441 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_open successful, ld_host is %s\n",
|
Completed in 17 milliseconds