|
From: Derrick 'd. H. <dm...@dm...> - 2002-06-28 19:28:28
|
On Fri, Jun 28, 2002 at 04:44:54PM +0200, Michael Str=F6der wrote:
| 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.
|=20
| Anyone having any objections against removing methods url_search*()?
|=20
| Anyone really using it?
The only objection I have is that it really helped me to learn how to
work with an LDAP URL. I needed to use URLs to configure exim to pull
data from LDAP, and I was having trouble using 'ldapsearch' -- it
didn't like the URL no matter what I gave it. For me it was a
valuable tool.
Though if OpenLDAP 2.1 doesn't have the function, then that's a real
strong argument for removing those methods (at the very least when
compiled against OpenLDAP 2.1).
| 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).
Personally I don't consider compatibility with python 1.5.2 a
significant feature. 2.0 was released a long time ago, by internet
standards.
-D
--=20
Microsoft DNS service terminates abnormally when it receives a response
to a dns query that was never made.
Fix information: run your DNS service on a different platform.
-- bugtraq
=20
http://dman.ddts.net/~dman/
|