commit | 975221eca5fbfdb4b6b1d17c9e540d4d7627ce18 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Fri Jun 12 09:25:21 2020 -0500 |
committer | Steve French <stfrench@microsoft.com> | Fri Jun 12 13:21:15 2020 -0500 |
tree | 198ac249e567c11a1702d89557bcac88e43fdd8b | |
parent | e4bd7c4a8d2a8471d821dd29919378d1b8567091 [diff] |
smb3: allow uid and gid owners to be set on create with idsfromsid mount option Currently idsfromsid mount option allows querying owner information from the special sids used to represent POSIX uids and gids but needed changes to populate the security descriptor context with the owner information when idsfromsid mount option was used. Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>