Skip to content

Commit d79f3dd

Browse files
authored
LDAP sync with EN (#2132)
1 parent d5c400e commit d79f3dd

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: a8a81b5185dcdd0722c356b573349b907aba9609 Maintainer: yannick Status: ready -->
2+
<!-- EN-Revision: 85d9a34e16732043af52954a069a020b8c30ec50 Maintainer: yannick Status: ready -->
33
<!-- Reviewed: yes -->
44
<refentry xml:id="function.ldap-set-option" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
@@ -209,6 +209,13 @@
209209
xlink:href="&url.ldap.openldap-c-api;">draft-ietf-ldapext-ldap-c-api-xx.txt</link>
210210
pour plus de détails. Reportez-vous au second exemple pour une illustration.
211211
</para>
212+
<note>
213+
<para>
214+
Toutes les options TLS doivent être définies globalement avant
215+
<function>ldap_connect</function> pour une connexion ldaps, ou
216+
pour la connexion avant <function>ldap_start_tls</function>.
217+
</para>
218+
</note>
212219
</listitem>
213220
</varlistentry>
214221
<varlistentry>

0 commit comments

Comments
 (0)