mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-24 07:02:09 +01:00
62 lines
1.7 KiB
XML
62 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: fbc6f9055f47d18f8ffb30513b772a32eda1526e Maintainer: leonardolara Status: ready -->
|
|
|
|
<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>
|
|
É necessário obter e compilar bibliotecas clientes LDAP a partir de
|
|
<link xlink:href="&url.ldap.openldap.source;">OpenLDAP</link> ou <link
|
|
xlink:href="&url.ldap.bind9;">Bind9.net</link> para compilar o PHP com
|
|
suporte LDAP.
|
|
Para PHP 5.6 ou posterior é necessário OpenLDAP 2.4 ou mais recente.
|
|
</para>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Installation -->
|
|
&reference.ldap.configure;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Configuration -->
|
|
&reference.ldap.ini;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Resources -->
|
|
<section xml:id="ldap.resources">
|
|
&reftitle.resources;
|
|
<para>
|
|
Em versões anteriores ao PHP 8.1.0, a maior parte das funções LDAP operam ou retornam recursos (ex.:
|
|
<function>ldap_connect</function> retorna um identificador de ligação LDAP positivo
|
|
requerido pela maior parte das funções 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
|
|
-->
|
|
|