Displaying 1 result from an estimated 1 matches for "all_editors".
2009 Oct 06
1
Samba directory level security
...elow).  Any suggestions?
We have
/www (main share)
/www/dir1
/www/dir2
/www/dir3
everyone should map to /www
group should see something like
dir1
dir2
dir3
group2
dir1
dir2
[www]
       path = /www
       read only = yes
       browseable = no
       guest ok = no
       write list= @Domain\All_Editors
       public = no
       force user=web
       hide unreadable=yes
[dir1]
       path = /www/dir1
       read only = no
       browseable = no
       guest ok = no
       write list= @Domain\DIR1_Editors
       public = no
       force user=web
       hide unreadable=yes
--Dale
-----------------...