From adf9dc402380572b1d3b5bc6fa1d353bbed35074 Mon Sep 17 00:00:00 2001 From: Jonathon Reinhart Date: Tue, 9 Apr 2019 07:49:52 -0400 Subject: [PATCH] Update FAQ to include Samba AD-DC error message (GH-276) See https://github.com/python-ldap/python-ldap/issues/275 --- Doc/faq.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/faq.rst b/Doc/faq.rst index c2e7e15..38a645f 100644 --- a/Doc/faq.rst +++ b/Doc/faq.rst @@ -45,10 +45,10 @@ That used to work, but after an upgrade it does not work anymore. Why? providing the full functionality. **Q**: My script bound to MS Active Directory but a a search operation results -in the exception :exc:`ldap.OPERATIONS_ERROR` with the diagnostic messages text -“In order to perform this operation a successful bind must be -completed on the connection.” -What's happening here? +in the exception :exc:`ldap.OPERATIONS_ERROR` with the diagnostic message text +*“In order to perform this operation a successful bind must be completed on the +connection.”* Alternatively, a Samba 4 AD returns the diagnostic message +*"Operation unavailable without authentication"*. What's happening here? **A**: When searching from the domain level, MS AD returns referrals (search continuations) for some objects to indicate to the client where to look for these objects.