commit | 9934430e2178d5164eb1ac91a9b092f9e7e64745 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Tue Oct 20 02:02:02 2020 -0500 |
committer | Steve French <stfrench@microsoft.com> | Tue Oct 20 11:51:24 2020 -0500 |
tree | 27b267463591d6f552b00d5e931bd1a1529be700 | |
parent | 9eec21bfbe9096141f15c624d3d0c2142121f6cb [diff] |
SMB3.1.1: Fix ids returned in POSIX query dir We were setting the uid/gid to the default in each dir entry in the parsing of the POSIX query dir response, rather than attempting to map the user and group SIDs returned by the server to well known SIDs (or upcall if not found). CC: Stable <stable@vger.kernel.org> Reviewed-by: Aurelien Aptel <aaptel@suse.com> Signed-off-by: Steve French <stfrench@microsoft.com>