From a674c393cc0832a782db52f8c569f1985e12410d Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 19 Jan 2005 20:09:09 +0000 Subject: [PATCH] Document SASL support git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177679 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/configure.xml | 6 ++++-- reference/ldap/functions/ldap-sasl-bind.xml | 12 +++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/reference/ldap/configure.xml b/reference/ldap/configure.xml index 91ad1c9edc..df37f83099 100644 --- a/reference/ldap/configure.xml +++ b/reference/ldap/configure.xml @@ -1,12 +1,14 @@ - +
&reftitle.install; LDAP support in PHP is not enabled by default. You will need to use the 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 is + used, and that sasl.h exists on the system. Note to Win32 Users diff --git a/reference/ldap/functions/ldap-sasl-bind.xml b/reference/ldap/functions/ldap-sasl-bind.xml index b6f174cbfe..56d4552ee5 100755 --- a/reference/ldap/functions/ldap-sasl-bind.xml +++ b/reference/ldap/functions/ldap-sasl-bind.xml @@ -1,5 +1,5 @@ - + ldap_sasl_bind @@ -16,6 +16,16 @@ &warn.undocumented.func; + + Requirement + + ldap_sasl_bind requires SASL + support (sasl.h). Be sure + --with-ldap-sasl is used when configuring PHP + otherwise this function will be undefined. + + +