mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-04-26 10:08:10 +02:00
73d7b5471b
Co-authored-by: George Peter Banyard <girgias@php.net>
327 lines
10 KiB
XML
327 lines
10 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: bc90525a5a5ebcf8412ef34b8355d2de12166fff Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
<refentry xml:id="function.ldap-set-option" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<refnamediv>
|
|
<refname>ldap_set_option</refname>
|
|
<refpurpose>Modifie la valeur d'une option LDAP</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<methodsynopsis>
|
|
<type>bool</type><methodname>ldap_set_option</methodname>
|
|
<methodparam><type class="union"><type>LDAP\Connection</type><type>null</type></type><parameter>ldap</parameter></methodparam>
|
|
<methodparam><type>int</type><parameter>option</parameter></methodparam>
|
|
<methodparam><type class="union"><type>array</type><type>string</type><type>int</type><type>bool</type></type><parameter>value</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
Modifie la valeur de l'option <parameter>option</parameter> en remplaçant la valeur
|
|
courante par <parameter>value</parameter>.
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
&reftitle.parameters;
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><parameter>ldap</parameter></term>
|
|
<listitem>
|
|
<para>
|
|
&ldap.parameter.ldap;
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>option</parameter></term>
|
|
<listitem>
|
|
<para>
|
|
Le paramètre <parameter>option</parameter> peut prendre l'une des valeurs suivantes :
|
|
<informaltable>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>Option</entry>
|
|
<entry>Type</entry>
|
|
<entry>Disponible depuis</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_DEREF</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_SIZELIMIT</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_TIMELIMIT</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_NETWORK_TIMEOUT</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_PROTOCOL_VERSION</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_ERROR_NUMBER</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_REFERRALS</constant></entry>
|
|
<entry><type>bool</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_RESTART</constant></entry>
|
|
<entry><type>bool</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_HOST_NAME</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_ERROR_STRING</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_DIAGNOSTIC_MESSAGE</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_MATCHED_DN</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_SERVER_CONTROLS</constant></entry>
|
|
<entry><type>array</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_CLIENT_CONTROLS</constant></entry>
|
|
<entry><type>array</type></entry>
|
|
<entry/>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_KEEPALIVE_IDLE</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry>PHP 7.1.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_KEEPALIVE_PROBES</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry>PHP 7.1.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_KEEPALIVE_INTERVAL</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry>PHP 7.1.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_TLS_CACERTDIR</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry>PHP 7.1.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_TLS_CACERTFILE</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry>PHP 7.1.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_TLS_CERTFILE</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry>PHP 7.1.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_TLS_CIPHER_SUITE</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry>PHP 7.1.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_TLS_CRLCHECK</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry>PHP 7.1.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_TLS_CRLFILE</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry>PHP 7.1.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_TLS_DHFILE</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry>PHP 7.1.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_TLS_KEYILE</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry>PHP 7.1.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_TLS_PROTOCOL_MIN</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry>PHP 7.1.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_TLS_RANDOM_FILE</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry>PHP 7.1.0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><constant>LDAP_OPT_X_TLS_REQUIRE_CERT</constant></entry>
|
|
<entry><type>int</type></entry>
|
|
<entry>PHP 7.0.5</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</informaltable>
|
|
</para>
|
|
<para>
|
|
Les options <constant>LDAP_OPT_SERVER_CONTROLS</constant> et
|
|
<constant>LDAP_OPT_CLIENT_CONTROLS</constant> requièrent une
|
|
liste de contrôles, ce qui signifie que la valeur doit être un tableau de contrôles.
|
|
Un contrôle est constitué d'un <emphasis>oid</emphasis>
|
|
l'identifiant, une valeur optionnelle <emphasis>value</emphasis>,
|
|
et un flag optionnel de "criticalité" (<emphasis>criticality</emphasis>). En PHP,
|
|
un contrôle est défini sous la forme d'un tableau, donc les clés sont
|
|
<emphasis>oid</emphasis> avec une chaîne comme valeur, et deux clés
|
|
optionnelles. Ces clés sont <emphasis>value</emphasis> avec une
|
|
chaîne comme valeur, et <emphasis>iscritical</emphasis> avec une valeur
|
|
booléenne. Par défaut, <emphasis>iscritical</emphasis> vaut <emphasis>&false;</emphasis>. Voir
|
|
le fichier <link
|
|
xlink:href="&url.ldap.openldap-c-api;">draft-ietf-ldapext-ldap-c-api-xx.txt</link>
|
|
pour plus de détails. Reportez-vous au second exemple pour une illustration.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>value</parameter></term>
|
|
<listitem>
|
|
<para>
|
|
La nouvelle valeur pour l'option <parameter>option</parameter> spécifiée.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="returnvalues">
|
|
&reftitle.returnvalues;
|
|
<para>
|
|
&return.success;
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="changelog">
|
|
&reftitle.changelog;
|
|
<informaltable>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>&Version;</entry>
|
|
<entry>&Description;</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
&ldap.changelog.ldap-object;
|
|
</tbody>
|
|
</tgroup>
|
|
</informaltable>
|
|
</refsect1>
|
|
|
|
<refsect1 role="examples">
|
|
&reftitle.examples;
|
|
<para>
|
|
<example>
|
|
<title>Modification de la version du protocole</title>
|
|
<programlisting role="php">
|
|
<![CDATA[
|
|
<?php
|
|
// $ds doit être une instance de connexion LDAP\Connection valide
|
|
if (ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3)) {
|
|
echo "Version LDAPv3";
|
|
} else {
|
|
echo "Impossible de modifier la version du protocole à 3";
|
|
}
|
|
?>
|
|
]]>
|
|
</programlisting>
|
|
</example>
|
|
<example>
|
|
<title>Modification des contrôles du serveur</title>
|
|
<programlisting role="php">
|
|
<![CDATA[
|
|
<?php
|
|
// $ds doit être une instance de connexion LDAP\Connection valide
|
|
$ctrl1 = array("oid" => "1.2.752.58.10.1", "iscritical" => true);
|
|
// iscritical vaut par défaut FALSE
|
|
$ctrl2 = array("oid" => "1.2.752.58.1.10", "value" => "magic");
|
|
// tente d'utiliser les deux contrôles
|
|
if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2))) {
|
|
echo "Impossible de modifier les contrôles du serveur";
|
|
}
|
|
?>
|
|
]]>
|
|
</programlisting>
|
|
</example>
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="notes">
|
|
&reftitle.notes;
|
|
<note>
|
|
<para>
|
|
Cette fonction n'est disponible que lorsque vous utilisez
|
|
OpenLDAP 2.x.x ou Netscape Directory SDK x.x.
|
|
</para>
|
|
</note>
|
|
</refsect1>
|
|
|
|
<refsect1 role="seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
<simplelist>
|
|
<member><function>ldap_get_option</function></member>
|
|
</simplelist>
|
|
</para>
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|