mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-25 17:32:07 +01:00
53 lines
1.6 KiB
XML
53 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 30dd50ff8987684bed53a231cfd14653608838ed Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<section xml:id="ldap.installation" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.install;
|
|
<para>
|
|
Le support LDAP de PHP n'est pas activé par défaut. Vous devez
|
|
utiliser l'option de configuration
|
|
<option role="configure">--with-ldap[=DIR]</option>
|
|
lorsque vous compilez PHP, où DIR est le répertoire d'installation du serveur LDAP.
|
|
Pour activer le support SASL, assurez-vous que l'option de configuration
|
|
<option role="configure">--with-ldap-sasl[=DIR]</option> est utilisée et que
|
|
le fichier <filename>sasl.h</filename> existe sur votre système.
|
|
</para>
|
|
<note>
|
|
<title>Note aux utilisateurs Win32</title>
|
|
<para>
|
|
&ext.windows.path.dll;
|
|
<filename>libeay32.dll</filename> et
|
|
<filename>ssleay32.dll</filename>, ou, depuis OpenSSL 1.1
|
|
<filename>libcrypto-*.dll</filename> et <filename>libssl-*.dll</filename>
|
|
</para>
|
|
</note>
|
|
<para>
|
|
Pour pouvoir utiliser les bibliothèques Oracle LDAP, un
|
|
<link linkend="oci8.requirements">environnement Oracle</link>
|
|
propre doit être défini.
|
|
</para>
|
|
</section>
|
|
|
|
<!-- 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
|
|
-->
|