Hi all,

When trying to use Mozilla::LDAP::Conn with an Openldap
server, I noticed that the connexion uses LDAPV2 by
default.

As LDAPV3 is now the standard level with all LDAP
servers, I patched the init function in Conn.pm to
switch to LDAPV3 :

ldap_set_option( $ld, LDAP_OPT_PROTOCOL_VERSION, LDAP_VERSION3 );

Would it be possible to apply this patch to the code base, or
improve it by adding a parameter to Conn to specify LDAP version ?

Best regards,

--
Mickael Guessant
Technical Architect
http://mguessan.free.fr
mailto:[EMAIL PROTECTED]

_______________________________________________
mozilla-directory mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-directory

Reply via email to