mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document SASL support
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177679 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c9d02c28da
commit
a674c393cc
2 changed files with 15 additions and 3 deletions
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<section id="ldap.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
LDAP support in PHP is not enabled by default. You will need to
|
||||
use the <option role="configure">--with-ldap[=DIR]</option>
|
||||
configuration option when compiling PHP to enable LDAP support.
|
||||
DIR is the LDAP base install directory.
|
||||
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.
|
||||
</para>
|
||||
<note>
|
||||
<title>Note to Win32 Users</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.ldap-sasl-bind">
|
||||
<refnamediv>
|
||||
<refname>ldap_sasl_bind</refname>
|
||||
|
@ -16,6 +16,16 @@
|
|||
|
||||
&warn.undocumented.func;
|
||||
|
||||
<note>
|
||||
<title>Requirement</title>
|
||||
<simpara>
|
||||
<function>ldap_sasl_bind</function> requires <acronym>SASL</acronym>
|
||||
support (<filename>sasl.h</filename>). Be sure
|
||||
<literal>--with-ldap-sasl</literal> is used when configuring PHP
|
||||
otherwise this function will be undefined.
|
||||
</simpara>
|
||||
</note>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue