PHP » PYTHON |
login |
register |
about
|
ldap_bind(PHP 4, PHP 5) ldap_bind — Bind 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 bind_rdn and bind_password are not specified, an anonymous bind is attempted. Return ValuesReturns TRUE on success or FALSE on failure. Examples
Example #1 Using LDAP Bind
<?php
Example #2 Using LDAP Bind Anonymously
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|