Scott Neugroschl <[email protected]> writes: > Right now, I'm passing an ldaps:// URI to ldap_initialize. I'd like > to be able to change the SSL/TLS options before initiating the > connection. Is such a thing possible?
Call ldap_set_option() after ldap_initialize() but before your first LDAP operation. -- Regards, Feri.
