Created attachment 8930 [details] Level 10 debug log and smb.conf On my 3.6.x member servers I often the following error in the logs: Username SAMDOM\vm-09$ is invalid on this system I played around and it seems that this message is always logged, when connecting the first time to a share. I'm not sure, if this is just a message that is printed on a to low log level (I use 'log level=1' usually). I think, it should be nothing serious. At least I haven't seen any complications.
Problem still exists in 4.1.7. Setting product / version of this bug report to 4.1.7.
Created attachment 11570 [details] Patch for master
Created attachment 11575 [details] Patch for samba-v4-2-test Cherrypicked patch for samba-v4-2-test
Created attachment 11576 [details] Patch for samba-v4-3-test Cherrypicked patch for samba-v4-3-test
Comment on attachment 11575 [details] Patch for samba-v4-2-test NAK. DBG_NOTICE doesn't exist in 4.2.x and this won't compile, you need to just change the DEBUG(1, to DEBUG(3, here.
Comment on attachment 11576 [details] Patch for samba-v4-3-test LGTM.
Created attachment 11577 [details] New Patch for samba-v4-2-test (In reply to Jeremy Allison from comment #5) > Comment on attachment 11575 [details] Patch for samba-v4-2-test > > NAK. DBG_NOTICE doesn't exist in 4.2.x and this won't compile, you need to > just change the DEBUG(1, to DEBUG(3, here. Sorry. I missed that. I've attached a new version of the patch. Please review.
Comment on attachment 11577 [details] New Patch for samba-v4-2-test LGTM.
Re-assigning to Karolin for inclusion in 4.3.next, 4.2.next.
(In reply to Jeremy Allison from comment #9) Pushed to autobuild-v4-[3|2]-test.
(In reply to Karolin Seeger from comment #10) Pushed to both branches. Closing out bug report. Thanks!