Re: NTFS Add & Read Directory Permissions
From: Ken Hagan (K.Hagan@thermoteknix.co.uk)Date: 01/24/02
- Previous message: Ken Hagan: "Re: Why Does WinNT Re-Authenticate Users?"
- In reply to: Erwin Richard: "NTFS Add & Read Directory Permissions"
- Next in thread: jan erik: "Re: NTFS Add & Read Directory Permissions"
- Reply: jan erik: "Re: NTFS Add & Read Directory Permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Ken Hagan" <K.Hagan@thermoteknix.co.uk> Date: Thu, 24 Jan 2002 10:53:08 -0000
"Erwin Richard" <erwin@richard.net> wrote...
> I understand that I can change the Directory to "Add & Read"
> permissions but then the owner of the newly created file can
> still modify its permissions(?).
Yes, because the owner of a file can always change the permissions,
no matter what the ACL says.
> Alternatives I am thinking about:
>
> a Change the Ownership of the file programmatically from the
> application if possible(?)
You can't (easily) give away ownership, so this won't work.
> b Write a service on the Server that gets notified as soon as a
> new file is placed in the directory and changes its
> permissions/owner
This can be made to work, since the service can run under a
different account from whatever created the files, and will
be able to take ownership (if it is sufficiently priviledged).
- Previous message: Ken Hagan: "Re: Why Does WinNT Re-Authenticate Users?"
- In reply to: Erwin Richard: "NTFS Add & Read Directory Permissions"
- Next in thread: jan erik: "Re: NTFS Add & Read Directory Permissions"
- Reply: jan erik: "Re: NTFS Add & Read Directory Permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|