We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb97af commit 25d0ca0Copy full SHA for 25d0ca0
Doc/faq.rst
@@ -65,6 +65,10 @@ connection.”* Alternatively, a Samba 4 AD returns the diagnostic message
65
l = ldap.initialize('ldap://foobar')
66
l.set_option(ldap.OPT_REFERRALS,0)
67
68
+ Note that setting the above option does NOT prevent search continuations
69
+ from being returned, rather only that ``libldap`` won't attempt to resolve
70
+ referrals.
71
+
72
**Q**: Why am I seeing a ``ldap.SUCCESS`` traceback as output?
73
74
**A**: Most likely, you are using one of the non-synchronous calls, and probably
0 commit comments