Displaying 1 result from an estimated 1 matches for "rhcr0005".
2003 Dec 23
1
Understanding NT Groups and UNIX Permissions with Samba Shares
...s:
[var]
path = /var
read only = yes
valid users = "APAC+GL Tech Services"
admin users = "APAC+Domain Admins"
and a second share:
[hidden]
path = /var/SECRET
read only = no
valid users = "APAC+Pants"
The permissions on /var/SECRET are as follows:
[root@rhcr0005 var]# ls -ld SECRET/
drwxr-x--- 2 root Pants 4096 Dec 18 17:28 SECRET/
I am, of course, a member of both groups GL Tech Services and Pants. When I
browse to the /var share, I can descend into the SECRET folder. When I
browse to the /hidden share, I get Network access is denied. In th...