1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-23 22:52:11 +01:00
Files
archived-doc-ja/reference/ldap/setup.xml
2021-10-01 04:19:56 +09:00

66 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: fbc6f9055f47d18f8ffb30513b772a32eda1526e Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa -->
<chapter xml:id="ldap.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="ldap.requirements">
&reftitle.required;
<para>
LDAP サポートを有効にして PHP をコンパイルするには、
<link xlink:href="&url.ldap.openldap.source;">OpenLDAP</link> あるいは <link
xlink:href="&url.ldap.bind9;">Bind9.net</link> から LDAP クライアント
ライブラリを入手し、コンパイルしておく必要があります。
PHP 5.6 以降の場合は、OpenLDAP 2.4 以降のバージョンが必要です。
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.ldap.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.ldap.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="ldap.resources">
&reftitle.resources;
<para>
PHP 8.1.0 より前のバージョンでは、
ほとんどの LDAP 関数は、リソースを操作するか、
あるいはリソースを返していました。
(たとえば <function>ldap_connect</function> は正の LDAP リンク ID
を返し、ほとんどの LDAP 関数はそれを使用します)。
</para>
</section>
<!-- }}} -->
</chapter>
<!-- 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
-->