From: Michael S. <mi...@st...> - 2009-06-25 14:39:52
|
Todd Hanson wrote: > I found the resolution!!! If I add the line of code > "con.set_option(ldap.OPT_REFERRALS, 0)" after making the connection > everything runs fine. Why? Search the python-ldap-dev archive. This is a known issue with automatic referral chasing within libldap. Switching it off does not do any harm. Ciao, Michael. |