JSON auditing for authentication should have been configured with (eg) log level = auth_json_audit:5 but it actually needed log level = auth_json_audit:5 auth_audit:5 This in turn spat out a lot of logs that then needed to be ignored
Created attachment 14740 [details] patch for 4.9 Under test at https://gitlab.com/samba-team/samba/merge_requests/168
Patch does not apply on current v4-9-test. error: Anwendung des Patches fehlgeschlagen: auth/auth_log.c:270 error: auth/auth_log.c: Patch konnte nicht angewendet werden Re-assigning to Andrew.
Created attachment 14767 [details] Updated patch for 4.9
Hi Karolin, Gary's updated the patch to apply to 4.9. Could you please try delivering it again? Note that this bug modifies very similar code to bug 13714, which was causing the patch to fail to apply. As long as you deliver 13715 first, it should apply fine.
(In reply to Tim Beale from comment #4) Pushed to autobuild-v4-9-test. Are you aware of the "depends on" field? This would have been helpful in this case.
Thanks, I wasn't aware. Yes, that would've been a much better way to manage it, sorry.
(In reply to Tim Beale from comment #6) Never mind! :-)
(In reply to Tim Beale from comment #4) Re-assigning as this one still does not apply.
The patch appears to have already landed, commit f6ff49b3da8432f061b557c7ca3eb04680228f79
Closing this now, as the patch has been delivered to v4.9, there was just some confusion over backporting it.