Displaying 1 result from an estimated 1 matches for "grtest".
Did you mean:
rtest
2006 Feb 13
2
New 3.0.21b-1 Samba does not respect system "Groups"
...8-2-386 #1 Thu May 19 17:40:50 JST
2005 i686 GNU/Linux
I have noticed that the Samba software does not recognize newly
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
#...