Hi,

OpenLDAP, by default, these days seems to talk LDAP v3. But, php4-ldap
seems to talk LDAP v2. I know I can set this correct in my code by
adding

ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3);

But, I do not want to do this with all my programs. I was wondering
whether it is possible to set this option in php.ini.

Thanks.

Thaths
-- 
"This is everybody's fault but mine!" -- Homer J. Simpson


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to