Displaying 2 results from an estimated 2 matches for "vo03a".
2006 Dec 31
0
user-group mapping not inherited from Windows-Domain?
...would like to do, is to allow write access to ceratin groups,
wich are defined in the windows domain. Other groups may only read. I
found that acls are similar to unix modes, as when I allow write access
to "\Everyone", it's like doing a chmod o+w on a file.
I authenticate as a user vo03a in the domain, who seems to have to own
the files, in order to be able to modify the acls.
Here are the acls of the Media Directory on the acl_test-share:
[root@saitana Media]# smbcacls //saitana/acl_test Media -U
"belgium\vo03a%<pwd>"
...isn't important, is it?...
OWNER:BELGIU...
2007 Feb 04
0
write list, read list, admin list does not work as expected
...e 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:serverA\vjusers:ALLOWED/0/READ
ACL:\Everyone:ALLOWED/0/FULL
ACL:\CREATOR OWNER:ALLOWED/11/FULL
ACL:\CREATOR GROUP:ALLO...