Displaying 3 results from an estimated 3 matches for "melsaunx".
Did you mean:
  delsaux
  
2004 Feb 17
0
Solaris ACLs, the mask parameter on directories disappears
...and I can't seem to find an 
mention of it.
The smb.conf is quite simple, its a test machine.  I can reply with it 
if necessary.
Here's an example:
I've made the directory and shared it:
# getfacl /samba/export/testshare2
# file: /samba/export/testshare2
# owner: dpullman
# group: melsaunx
user::rwx
group::r-x              #effective:r-x
mask:r-x
other:r-x
default:user::rwx
default:group::r-x
default:mask:r-x
default:other:r-x
Now I've gone to the share and changed the group and default group perms 
from an XP security tab:
# getfacl /samba/export/testshare2
# file: /samba/expo...
2007 May 03
0
Re: 3.0.23d UNIX vs. AD group permissions
...I've reported since 3.0.23d still exists.  If anyone has a
suggestion, or if I missed something in release notes or anything,
please let me know.
Fundamentally, the SAMBA server is not honouring the UNIX file system
permissions.
My groups listing in UNIX:
[root@chrome samba]$ groups dpullman
melsaunx wwwmel melsa gss gssreq office root sensor lp melsapw sa
webgroup admin tac
The test directory:
[root@chrome testing]$ ls -al
total 4
drwxrwsr-x   2 carolyn  adacs        512 May  3 13:12 .
drwxr-xr-x   8 root     sys          512 Jan  5 13:37 ..
-rw-r--r--   1 dpullman adacs          0 May  3 13:...
2007 Jan 11
3
3.0.23d UNIX vs. AD group permissions
...am 
not permitted to do this in UNIX****
[root@chrome testing]$ ls -al .
total 8
drwxrwsr-x   4 carolyn  adacs        512 Jan 11 11:35 .
drwxr-xr-x   8 root     sys          512 Jan  5 13:37 ..
drwxr-sr-x   2 dpullman adacs        512 Jan 11 11:35 New Folder
[root@chrome testing]$ groups dpullman
melsaunx wwwmel melsa gss gssreq office root sensor lp melsapw sa 
webgroup admin tac
Isn't there a statement somewhere that samba will honor the UNIX 
permissions?  How am I able to write in a directory that I do not have 
access to according to the UNIX permissions?
Is it the intention of the samba...