User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425
Hallvard B Furuseth wrote:
It's not documented, but
int fd;
ldap_get_option(ld, LDAP_OPT_DESC, &fd);
reads the file descriptor.
BTW: Is it also possible to set a file descriptor for an existent
connection? I'd like to add support for doing LDAP connections through a
HTTP proxy using HTTP-CONNECT. This would best be done within the OpenLDAP
library but my inquiry was refused some time ago.