ldap_sasl_bind

(PHP 5, PHP 7, PHP 8)

ldap_sasl_bindBind to LDAP directory using SASL

說明

ldap_sasl_bind(
    LDAP\Connection $ldap,
    ?string $dn = null,
    ?string $password = null,
    ?string $mech = null,
    ?string $realm = null,
    ?string $authc_id = null,
    ?string $authz_id = null,
    ?string $props = null
): bool
警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

返回值

成功時(shí)返回 true, 或者在失敗時(shí)返回 false

更新日志

版本 說明
8.1.0 現(xiàn)在 ldap 參數(shù)接受 LDAP\Connection 實(shí)例,之前接受 資源(resource)。
8.0.0 dn, password, mech, realm, authc_id, authz_id and props are nullable now.

注釋

注意: 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.