Displaying 1 result from an estimated 1 matches for "rootpoynerdir".
2018 Feb 19
2
UID GID mapping with sssd no longer supported on samba 4.7.4?
...ll works fine for files owned by the windows user, or files that
are world readable, but fails for files owned by root, but belonging to
a the user's primary group.
On the linux side:
-rw-rw---- 1 poyner pvt-poyner 0 Feb 19 17:32 poynerFile
drwxrws--- 2 root pvt-poyner 2 Feb 19 19:30 rootPoynerDir
On the windows side using powershell get-acl
get-acl .\poynerDir\
Path Owner Access
---- ----- ------
poynerDir O:S-1-22-1-17907 S-1-22-1-17907 Allow FullControl...
and
get-acl .\rootPoynerDir\
get-acl : Attempted to perform an unauthorized operation.
This is v...