Displaying 1 result from an estimated 1 matches for "admin_stuff".
2006 Aug 16
1
Samba3 ACL problem with Windows XP
...er1 and user2, which have their
primary group set to group1(gid=16777221) as shown:
[root@localhost]# id user1
uid=16777450(user1) gid=16777221 groups=16777221
[root@localhost]# id user2
uid=16777451(user2) gid=16777221 groups=16777221
i've created the "data" share, made the "admin_stuff"
directory and have set the access/default ACLS as
follows:
[root@localhost]# getfacl /data/admin_stuff
getfacl: Removing leading '/' from absolute path names
# file: /data/admin_stuff
# owner: root
# group: root
user::rwx
group::rwx
group:16777221:rwx
mask::rwx
other::---
default:use...