|
From: <mi...@st...> - 2002-06-28 14:45:22
|
Michael Str=F6der wrote: > Franco Spinelli wrote: > >> I have installed openldap 2.1.2 fron openldap site > > [..] >>> symbol ldap_url_search: referenced symbol not found >> > > Hmm, it seems that ldap_url_search is no longer available in > OpenLDAP > 2.1. So far I've never tested python-ldap with OpenLDAP 2.1. > > [..] > * Remove any reference to ldap_url_search in > Modules/LDAPObject.c. web2ldap does not use this function. Anyone having any objections against removing methods url_search*()? Anyone really using it? If yes, we could easily reimplement it later with help of module ldapurl. The only issue would be that ldapurl needs Python 2.x (not compatible with Python 1.5.x). Ciao, Michael. |