From: <mi...@st...> - 2006-08-25 23:02:22
|
Troy Davis wrote: > > I've been trying to resolve a deadlock situation on a Plone instance > that uses ldap for authentication, and thus python-ldap. The ldap > server is on a Fedora Core 2 machine, openldap-servers-2.1.29-1 rpm. If ancient 2.1.29 is also the version of the OpenLDAP client libs I'd strongly recommend to upgrade. There have been countless fixes to libldap and libldap_r (recommended for multi-threaded apps). You also won't get support for this old OpenLDAP version on the OpenLDAP mailing lists (except recommendation to upgrade). Ciao, Michael. |