Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.7">

ldap_bind

(PHP 3, PHP 4 )

ldap_bind -- LDAP ディレクトリにバインドする

説明

int ldap_bind ( int link_identifier, string [bind_rdn], string [bind_password])

指定した RDN およびパスワードを用いて LDAP ディレクトリをバインドします。 成功の場合にTRUE、エラーの場合にFALSEを返します。

ldap_bind() は、ディレクトリに関するバインド動 作を行います、bind_rdn および bind_password はオプションです。 指定されない場合は、匿名(anonymous) バインドが試みられます。