Displaying 1 result from an estimated 1 matches for "phpprogrammers".
2006 Feb 13
2
New 3.0.21b-1 Samba does not respect system "Groups"
...created "groups" with the groupadd commands. I'll demonstrate the
following.
I am running the Samba Server with
security = user
I have a share defined like this
[grtest]
        comment = Intersight Website
        path = /var/www/grtest
        read only = no
        read list = @phpprogrammers
        valid users = @grtest
        force group = grtest
        force create mode = 0775
        force directory mode = 0775
The Unix permissions for this folder is
# ls -l /var/www |grep grtest
drwxrwxr-x   2 root grtest            48 2006-02-13 14:27 grtest
The members of the group "gr...