Displaying 1 result from an estimated 1 matches for "supplmentary".
Did you mean:
supplementary
2007 Mar 29
0
inherit permisssions in share/dir/subdir
...able to write into directories beneath, for which theyhave
access.....
Admin looks like......
ls -lad Admin/
drwxr-sr-x 5 root root 5 Mar 29 10:47 Admin/
ls -lad Admin/Finance/
drwxrwsr-x 2 julie dsr-jaa 2 Mar 29 10:32 Admin/Finance/
So I want people in the dsr-jaa supplmentary group to write into
Finance, but no other.
But this doesn't work..... I get access denied on Windows XP client.
From the logs, it looks like it's inheriting from Admin/Finance, not
just Finance.
Is there some combination arithmetic which decides what permissions get
inherited in this...