2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 07:50:41 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="ldap.installation" xmlns="http://docbook.org/ns/docbook">
|
2002-11-30 15:33:22 +00:00
|
|
|
&reftitle.install;
|
|
|
|
<para>
|
|
|
|
LDAP support in PHP is not enabled by default. You will need to
|
2003-01-11 01:15:33 +00:00
|
|
|
use the <option role="configure">--with-ldap[=DIR]</option>
|
2002-11-30 15:33:22 +00:00
|
|
|
configuration option when compiling PHP to enable LDAP support.
|
2005-01-19 20:09:09 +00:00
|
|
|
DIR is the LDAP base install directory. To enable SASL support,
|
|
|
|
be sure <option role="configure">--with-ldap-sasl[=DIR]</option> is
|
|
|
|
used, and that <filename>sasl.h</filename> exists on the system.
|
2002-11-30 15:33:22 +00:00
|
|
|
</para>
|
|
|
|
<note>
|
|
|
|
<title>Note to Win32 Users</title>
|
2007-02-28 05:36:07 +00:00
|
|
|
<para>
|
|
|
|
&ext.windows.path.dll;
|
|
|
|
<filename>libeay32.dll</filename> and
|
2018-05-08 13:54:14 +00:00
|
|
|
<filename>ssleay32.dll</filename>, or, as of OpenSSL 1.1
|
|
|
|
<filename>libcrypto-*.dll</filename> and <filename>libssl-*.dll</filename>
|
2007-02-28 05:36:07 +00:00
|
|
|
</para>
|
2002-11-30 15:33:22 +00:00
|
|
|
</note>
|
2005-09-20 11:57:35 +00:00
|
|
|
<para>
|
|
|
|
In order to use Oracle LDAP libraries, proper <link
|
|
|
|
linkend="oci8.requirements">Oracle environment</link> has to be set.
|
|
|
|
</para>
|
2002-11-30 15:33:22 +00:00
|
|
|
</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
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2002-11-30 15:33:22 +00:00
|
|
|
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
|
|
|
|
-->
|