Lines Matching refs:ldap_init
228 ldap_init() function returns a handle to the session, allowing
607 valid LDAP session handle which was obtained by calling ldap_init().
854 ldap_init() initializes a session with an LDAP server. The server is not
858 LDAP *ldap_init(
870 Unlike ldap_init(), ldap_open() attempts to make a server connection
899 ldap_init() and ldap_open() both return a "session handle," a pointer to
916 The LDAP session handle returned by ldap_init() is a pointer to an
970 accessed. New LDAP session handles created with ldap_init() or
1133 See the definition of the hostname parameter to ldap_init()
1135 passed to ldap_init() is a value other than 0 or 389
1139 ldap_init(). For example, if this hostname value was passed
1140 to ldap_init():
1144 and the portno parameter passed to ldap_init() was 6389, then
4059 if ( (ld = ldap_init( "dotted.host.name", LDAP_PORT )) == NULL )
4378 Use ldap_init() instead.
4497 to ldap_init() is not zero or 389.