update : 2015.11.03
php.shukuma.com검색:
|
ldap_bind(PHP 4, PHP 5) ldap_bind — Bind to LDAP directory 설명
bool ldap_bind
( resource
$link_identifier
[, string $bind_rdn = NULL
[, string $bind_password = NULL
]] )Binds to the LDAP directory with specified RDN and password. 인수
If 반환값
성공 시 예제
Example #1 Using LDAP Bind
<?php Example #2 Using LDAP Bind Anonymously
<?php |