Displaying 2 results from an estimated 2 matches for "alseo".
Did you mean:
alse
2018 Feb 02
2
Samba 4.6.2 does not inherit setgid bit (anymore)
thanks for suggestion, in other words you use only ACLs for users
denying all for groups, unfortunately we had many group such as domain
users, secretary, finance, etc belonging to users for which we need to
apply at least 770 in order to gain a simplified permission management
using groups
the actual dirty workaround I applied was to track new files/dir by
tailing with follow ( tail -f ) a
2018 Feb 05
0
Samba 4.6.2 does not inherit setgid bit (anymore)
...s like Lorenzo's completely based on setgid being propagated.
The filesystem should determine the group used starting at a certain
directory. Different "root" directories have different groups, and
security is based on groups, not users.
I tried all sorts of settings combinations, alseo "force directory mode
= 2770", but none propagates setgid.
The odd thing is that it has worked fine for years on versions below
4.2.10. Only after udating to 4.6.2 it completely stopped working. I
wonder if it is a new feature to neglect setgid completely, or that it
is a bug and tha...