]> git.sur5r.net Git - openldap/commit
ITS#7532 - Add new function ldap_connect().
authorNathaniel McCallum <npmccallum@redhat.com>
Wed, 27 Feb 2013 18:44:57 +0000 (13:44 -0500)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 11 Oct 2017 21:31:22 +0000 (14:31 -0700)
commit29f6260364df588c876d922ffcc3c429e3b4f062
tree651513cb9a8f007c5b385343611462acf25d4b59
parent9bef3574038a99a2c16ac54dab1ec352fc61c6fe
ITS#7532 - Add new function ldap_connect().

This function is used to manually establish a connection after
a call to ldap_initialize(). This is primarily so that a file
descriptor can be obtained before any requests are sent for the
purposes of polling for writability.
doc/man/man3/ldap_open.3
include/ldap.h
libraries/libldap/open.c