Hi there, I have so far been unsuccessful in getting (the latest) qmail-ldap to work with OpenLDAP 2.1.2.
I know the problem is that qmail-ldap connects using LDAPv2 and OpenLDAP 2.1.2 supports only LDAPv3, dropping support for LDAPv2 all together.... I tried to do a ldap_set_option() in the source code to set the LDAP_OPT_PROTOCOL to LDAP_VERSION3 right after ldap_init(), but it does not seem to take effect?? Any thoughts? Thanks, James
