Details
-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Low
-
Resolution: Complete
-
Affects Version/s: None
-
Fix Version/s: 11.3-U4, 12.0-BETA1
-
Component/s: Directory Services
-
Labels:None
Description
PR: https://github.com/freenas/freenas/pull/4972
In some situations winbindd may write multiple status change messages
before the middleware thread has an opportunity to read them. Because
of this, the winbindd behavior has been modified in a separate PR to
append a terminating newline to status messages. Accordingly, we
need to splitlines() in middleware to separate out the messages and
then parse each one separately to avoid JSON exceptions.
Attachments
Attachments
JEditor
Issue Links
- relates to
-
NAS-106501 AD: catch and log JSON errors on winbind status pipe
-
- Done
-
-
NAS-106504 Samba:s3:winbindd - append newline to end of status message
-
- Done
-