|
From: <mi...@st...> - 2002-08-09 22:44:26
|
Robert Sander wrote:
> On Fri, 9 Aug 2002 09:20:39 +0000 (UTC),
> Michael Str=F6der <mi...@st...> wrote:
>=20
>>There was a fix related to this. You should at least use 2.0.0-pre05.
>=20
> I tried 2.0.0-pre05 with the same result:
Sometimes the solutions is too obvious. ;-)
It definitely helps to display the search references. Add this line:
elif result_type =3D=3D ldap.RES_SEARCH_REFERENCE:
print result_data
Also I'd like to suggest to make use of the very handy parameter=20
trace_level:
l=3Dldap.initialize('ldap://ldap.rediris.es',trace_level=3D1)
Ciao, Michael.
|