Searched refs:cldap_open (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | llib-lldap | 257 LDAP *cldap_open( char *host, int port );
|
H A D | cldap.c | 76 * cldap_open - initialize and connect to an ldap server. A magic cookie to 81 * ld = cldap_open( hostname, port ); 85 cldap_open( char *host, int port ) function 211 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 114, "end of cldap_open address %1$d is %2$s\n"),
|
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | ldap.h | 837 extern LDAP *cldap_open(); 1187 LDAP *cldap_open(char *host, int port);
|
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 358 printf( "%s( %s, %d )\n", cldapflg ? "cldap_open" : "ldap_init", 363 ld = cldap_open( host, port );
|
Completed in 781 milliseconds