Hello,

(please see below)

Jeremy Allison wrote:
[EMAIL PROTECTED]:/accounts/staff/schaefer/tmp bash# getfacl crap

# file: crap
# owner: root
# group: root
user::---
group::---              #effective:---
group:203:rwx           #effective:rwx
group:cfusion:rwx               #effective:rwx
mask:rwx
other:---


# getfacl crap

# file: crap
# owner: root
# group: root
user::---
user:jeremy:rwx
group::---
group:jeremy:rwx
mask::rwx
other::---

User jeremy can create/delete and modify files from a cmd.exe shell
and Windows explorer to his hearts content, no problems.


The difference is that you gave write permissions to user jeremy. In the other example, permissions are granted _only_ to the group the user belongs to. So you have to remove the user:jeremy:rwx to see the bug.

        Peter

It's possible this is a Solaris specific issue. Can you reproduce
the problem with 3.0.14a on a Linux box ?


-- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Reply via email to