PHP3 Manual | ||
---|---|---|
Prev | Next |
ldap_bind -- Bind to LDAP directory
Binds to the LDAP directory with specified RDN and password. Returns true on success and false on error.
ldap_bind() does a bind operation on the directory. bind_rdn and bind_password are optional. If not specified, anonymous bind is attempted.
Prev | Home | Next |
ldap_add | Up | ldap_close |