|
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
<?php Example #2 Using LDAP Bind Anonymously
<?php See Also
|