I've used the same routines that 9934430e2178 adds to readdir, so now stat() should be consistent with "ls -l". What do you think needs adding to make it easier for non-S-1-22 SIDs? We could change Samba to always return the S-1-22- SIDs when a posix client requests the owner and group. Am Sat, Nov 26, 2022 at 06:31:51PM -0600 schrieb Steve French: > Looks like this does help the group information returned by stat, but > will need to make it easier to translate the owner sid to UID (GID was > an easier mapping since gid was returned as "S-1-22-"... but SID for > uid owner has to be looked up) > > On Fri, Nov 25, 2022 at 8:19 AM Volker Lendecke > <Volker.Lendecke@xxxxxxxxx> wrote: > > > > Hi! > > > > Attached find a patch that aligns "stat /mnt/file"'s owner and group > > info with the readdir call. > > > > Fixes a TODO from 6a5f6592a0b60. > > > > Volker > > > > -- > Thanks, > > Steve