This is a discussion on [Samba] Howto to set ACLs (like force user/ force group for singleuser/group) with Samba within the Samba forums, part of the Networking and Network Related category; Hi everybody, the force user/group does a great work. But i have to set an ACL with Samba when ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi everybody,
the force user/group does a great work. But i have to set an ACL with Samba when a file/directory is created. Does Samba have an integrated mechanism ? My alternative idea is to use the "preexec" and "postexec" method. Bye, Andy -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
Andreas Ladanyi schrieb:
> Hi everybody, > > the force user/group does a great work. > > But i have to set an ACL with Samba when a file/directory is created. > Does Samba have an integrated mechanism ? > > My alternative idea is to use the "preexec" and "postexec" method. > > Bye, > Andy > I found out: i have to set an acl on a parent directory my self with setfacl. If i want that the acl for files and directories below this parent directory are set automatically, i have to set: inherit acl = yes to the share definition. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |