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

search for in the

Recherche avec LDAP> <Utiliser les fonctions LDAP de PHP
Last updated: Fri, 14 Aug 2009

view this page in

Exemples

Sommaire



add a note add a note User Contributed Notes
Exemples
mr dot wolf at thesolver dot net
28-Jun-2008 12:46
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).

Recherche avec LDAP> <Utiliser les fonctions LDAP de PHP
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites