[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Setting SSL/TLS options in client code?
- To: Scott Neugroschl <scott_n@xypro.com>
- Subject: Re: Setting SSL/TLS options in client code?
- From: Ferenc Wagner <wferi@niif.hu>
- Date: Wed, 26 Nov 2014 22:17:10 +0100
- Cc: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- In-reply-to: <D358E5B1511A314F8160ADC6F375498706990ED9@XYSVEX02.XYPRO-23.LOCAL> (Scott Neugroschl's message of "Wed, 26 Nov 2014 16:28:12 +0000")
- References: <D358E5B1511A314F8160ADC6F375498706990ED9@XYSVEX02.XYPRO-23.LOCAL>
- User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)
Scott Neugroschl <scott_n@xypro.com> 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.