Michael Tokarev
2024-Feb-14 09:42 UTC
[Samba] wb_lookupsid_recv: Failed with STATUS_SOME_UNMAPPED.
After silencing countless NT_STATUS_NONE_MAPPED warnings in log.winbindd, we're now seeing other warnings (finally it become possible to see them): [2024/02/14 10:53:01.192791, 1, pid=47093] source3/winbindd/wb_lookupsid.c:102(wb_lookupsid_recv) Failed with STATUS_SOME_UNMAPPED. [2024/02/14 11:55:25.809102, 1, pid=47093] source3/winbindd/wb_lookupsid.c:102(wb_lookupsid_recv) Failed with STATUS_SOME_UNMAPPED. The helpfulness of these log entries is really questionable. I think all logging in there should either be removed entirely, or some additional context be provided, - right now, with no context whatsoever, with no hint to *what* it tried to look up, this is just noise. FWIW. /mjt