|
From: Michael <mi...@st...> - 2002-02-01 17:48:37
|
Michael Ströder wrote: > > I have to admit I've never used open() in that way. I've checked in > a modified version compliant to the old docs. Note that ldap.open() wraps ldap_open() which is noted as deprecated in OpenLDAP 2's ldap.h. Try to use ldap.initialize() which wraps ldap_initialize() whereever possible. I've updated most code examples under Demo/. Ciao, Michael. |