Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.ldap-bind.html
Дата изменения: Sun Feb 3 22:43:25 2002
Дата индексирования: Tue Oct 2 03:18:44 2012
Кодировка:
ldap_bind

ldap_bind

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

ldap_bind -- Bind to LDAP directory

Description

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

Binds to the LDAP directory with specified RDN and password. Returns TRUE on success, FALSE on failure.

ldap_bind() does a bind operation on the directory. bind_rdn and bind_password are optional. If not specified, anonymous bind is attempted.