LDAP_SASL_BIND(3) 1 LDAP_SASL_BIND(3)
ldap_sasl_bind - Bind to LDAP directory using SASL
SYNOPSIS
bool ldap_sasl_bind NULL NULL NULL NULL NULL NULL NULL (resource $link, [string $binddn], [string $password], [string $sasl_mech],
[string $sasl_realm], [string $sasl_authc_id], [string $sasl_authz_id], [string $props])
DESCRIPTION
Warning
This function is currently not documented; only its argument list is available.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
NOTES
Note
Requirement
ldap_sasl_bind(3) requires SASL support ( sasl.h). Be sure --with-ldap-sasl is used when configuring PHP otherwise this function
will be undefined.
CHANGELOG
+--------+--------------------------------+
|Version | |
| | |
| | Description |
| | |
+--------+--------------------------------+
| 5.3.3 | |
| | |
| | Support on Windows was added. |
| | |
+--------+--------------------------------+
PHP Documentation Group LDAP_SASL_BIND(3)