Skip to content

Commit 85d9a34

Browse files
authored
ldap: add notice about TLS options (#4608)
1 parent fcc8732 commit 85d9a34

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

reference/ldap/functions/ldap-set-option.xml

+7
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,13 @@
208208
xlink:href="&url.ldap.openldap-c-api;">draft-ietf-ldapext-ldap-c-api-xx.txt</link>
209209
for details. See also the second example below.
210210
</para>
211+
<note>
212+
<para>
213+
All TLS options must be set globally before
214+
<function>ldap_connect</function> for ldaps connection or
215+
for the connection before <function>ldap_start_tls</function>.
216+
</para>
217+
</note>
211218
</listitem>
212219
</varlistentry>
213220
<varlistentry>

0 commit comments

Comments
 (0)