(PHP 5, PHP 7, PHP 8)
ldap_sasl_bind — Bind to LDAP directory using SASL
$ldap
,$dn
= null
,$password
= null
,$mech
= null
,$realm
= null
,$authc_id
= null
,$authz_id
= null
,$props
= null
本函數(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.