Displaying 1 result from an estimated 1 matches for "vjuser".
Did you mean:
juser
2007 Feb 04
0
write list, read list, admin list does not work as expected
...read-only access. These users should only be able
to SEE what the others wrote.
In my samba-config it says:
* write list = @W
* admin users = @A
* read list = @R
* force create mode = 775
* force directory mode = 755 # default
I have a directory which has the unix bits 777:
* drwxrwxrwx+ 2 vjuser vjusers 8192 Jan 4 10:32 Archive
But smbcacls says:
> smbcacls //serverA/share Archive -U "DOMAIN/vo03a"
OWNER:serverA\vjuser
GROUP:serverA\vjusers
ACL:DOMAIN\W:ALLOWED/3/READ
ACL:DOMAIN\A:ALLOWED/3/FULL
ACL:DOMAIN\R:ALLOWED/3/READ
ACL:serverA\vjuser:ALLOWED/0/FULL
ACL:server...