Peter Kruse wrote:

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.

What I see is that I have to use: delete readonly = yes to get delete rights on the file.

Doug

--
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