On 09/16/13 09:58, David Christensen wrote:
Perhaps I need to forget about local
access and settle for a Samba solution for regular files and directories
only -- e.g. configure Samba to provide the needed functionality and
then make Samba the only way into or out of GroupShare.

This seems to work:

# grep groupshare /etc/passwd
groupshare:x:999:999::/home/groupshare:/bin/false

# grep groupshare /etc/group
groupshare:x:999:

# ls -ld /mnt/z/groupshare/
drwxrwxrwx 3 groupshare groupshare 4096 Sep 16 12:24 /mnt/z/groupshare/

# grep -A 99 groupshare /etc/samba/smb.conf
[groupshare]
        path = /mnt/z/groupshare
        force user = groupshare
        read only = No
        create mask = 0777
        force create mode = 0666
        force security mode = 0666
        directory mask = 0777
        force directory mode = 0777
        force directory security mode = 0777
        force unknown acl user = Yes


HTH,

David
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to