| 
 | ldap_bindBind to LDAP directory Description
   bool ldap_bind
    ( resource  $link_identifier[, string$bind_rdn=NULL[, string$bind_password=NULL]] )Binds to the LDAP directory with specified RDN and password. Parameters
 
 
   If  Return Values
   Returns  Examples
 Example #1 Using LDAP Bind 
<?phpExample #2 Using LDAP Bind Anonymously 
<?phpSee Also
 
 |