downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Basic usage> <Using the PHP LDAP calls
[edit] Last updated: Fri, 26 Apr 2013

view this page in

Examples

Table of Contents



add a note add a note User Contributed Notes Examples - [1 notes]
up
-1
mr dot wolf at thesolver dot net
4 years ago
Consider to add a row like:
ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3);
before:
$ds=ldap_connect("localhost");  // must be a valid LDAP server!

if your ldap server if configured to not bind the 2nd version of ldap protocol...
(or add "allow bind_v2" in the server's ldap.conf).

 
show source | credits | stats | sitemap | contact | advertising | mirror sites