1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-24 07:12:15 +01:00
Files
archived-doc-de/reference/ldap/configure.xml
Christoph Michael Becker f7c565a660 Sync with EN
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@344996 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-09 21:30:05 +00:00

52 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 30dd50ff8987684bed53a231cfd14653608838ed Maintainer: hholzgra Status: ready -->
<section xml:id="ldap.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
LDAP Unterstützung ist in PHP im Standard nicht aktiviert. Sie müssen
die Konfigurationsoption <option role="configure">--with-ldap[=DIR]</option>
beim Übersetzen von PHP angeben. DIR bezeichnet LDAP Installationsverzeichnis.
Um zusätzlich SASL Unterstützung zu aktivieren müssen Sie die
<option role="configure">--with-ldap-sasl[=DIR]</option> Konfigurationsoption
hinzufügen und sicherstellen das die Datei <filename>sasl.h</filename>
auf Ihrem System vorhanden ist.
</para>
<note>
<title>Hinweis für Win32 Benutzer</title>
<para>
&ext.windows.path.dll;
<filename>libeay32.dll</filename> und
<filename>ssleay32.dll</filename> oder, von OpenSSL 1.1 an,
<filename>libcrypto-*.dll</filename> und <filename>libssl-*.dll</filename>
</para>
</note>
<para>
Wenn Sie die Oracle LDAP Bibliotheken nutzen wollen, müssen Sie sicherstellen,
dass eine gültige <link linkend="oci8.requirements">Oracle Umgebung</link>
aufgesetzt ist.
</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
-->