|
From: <mi...@st...> - 2002-08-09 22:46:25
|
Michael Str=F6der wrote: > Sometimes the solutions is too obvious. ;-) >=20 > It definitely helps to display the search references. Add this line: >=20 > elif result_type =3D=3D ldap.RES_SEARCH_REFERENCE: > print result_data And did I mention ldap.async? That is a convenience module exactly=20 to avoid having to deal with it yourself. Ciao, Michael. |