ldap_bind

Example

 bool ldap_bind ( resource $link_identifier [, string $bind_rdn = NULL [, string $bind_password = NULL ]] ) 

Description

Binds to the LDAP directory with specified RDN and password.

Return Values

Returns TRUE on success or FALSE on failure.