2004-05-17 15:35:23 +00:00
|
|
|
<?xml version='1.0' encoding='iso-8859-1'?>
|
2007-02-04 22:46:33 +00:00
|
|
|
<!-- $Revision: 1.4 $ -->
|
|
|
|
<refentry id="function.ldap-sasl-bind">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>ldap_sasl_bind</refname>
|
|
|
|
<refpurpose>Bind to LDAP directory using SASL</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<methodsynopsis>
|
|
|
|
<type>bool</type><methodname>ldap_sasl_bind</methodname>
|
|
|
|
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
|
|
|
<methodparam choice="opt"><type>string</type><parameter>binddn</parameter></methodparam>
|
|
|
|
<methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam>
|
|
|
|
<methodparam choice="opt"><type>string</type><parameter>sasl_mech</parameter></methodparam>
|
|
|
|
<methodparam choice="opt"><type>string</type><parameter>sasl_realm</parameter></methodparam>
|
|
|
|
<methodparam choice="opt"><type>string</type><parameter>sasl_authz_id</parameter></methodparam>
|
|
|
|
<methodparam choice="opt"><type>string</type><parameter>props</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
2004-05-17 15:35:23 +00:00
|
|
|
|
2007-02-04 22:46:33 +00:00
|
|
|
&warn.undocumented.func;
|
2004-05-17 15:35:23 +00:00
|
|
|
|
2007-02-04 22:46:33 +00:00
|
|
|
<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>
|
2005-01-19 20:09:09 +00:00
|
|
|
|
2007-02-04 22:46:33 +00:00
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
2004-05-17 15:35:23 +00:00
|
|
|
|
|
|
|
<!-- 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:"../../../../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
|
|
|
|
-->
|