Need help with server security privileges


Go Back   Computer Help Articles > Windows XP Security Admin
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:24 AM
BrianS
 
Posts: n/a
Default Need help with server security privileges

I'm trying to set up a server folder where the users have file read and write
access, but they cannot overwrite or delete files. I don't really care about
folder permissions. I'll have an administrator create folders.

As I read through the support files, I can't figure out how to separate
write and overwrite privileges. These two permissions are tied together on
one option:

Create Files/Write Data
The Create Files permission applies only to folders and allows or denies the
user from creating files in the folder.

The Write Data permission applies only to files and allows or denies the
user from making changes to the file and overwriting existing content by NTFS
Reply With Quote
  #2  
Old 01-05-2006, 04:24 AM
Steven L Umbach
 
Posts: n/a
Default Re: Need help with server security privileges

The link below explaining special permissions may help. There is a
distinction in what users can do to existing files. If they have modify
permissions they can delete files. With write permissions they can append
data which means they can add data to an existing file. A lot depends on how
the application handles files as many will delete the old file and create a
new one when the file is modified which a user without modify/full control
can not do. --- Steve

http://support.microsoft.com/default...b;EN-US;308419

The Append Data permission applies only to files and allows or denies the
user from making changes to the end of the file but not from changing,
deleting, or overwriting existing data .



"BrianS" <BrianS@discussions.microsoft.com> wrote in message
news:3D5393E8-9732-4F04-904D-7BF3F022F74C@microsoft.com...
> I'm trying to set up a server folder where the users have file read and
> write
> access, but they cannot overwrite or delete files. I don't really care
> about
> folder permissions. I'll have an administrator create folders.
>
> As I read through the support files, I can't figure out how to separate
> write and overwrite privileges. These two permissions are tied together
> on
> one option:
>
> Create Files/Write Data
> The Create Files permission applies only to folders and allows or denies
> the
> user from creating files in the folder.
>
> The Write Data permission applies only to files and allows or denies the
> user from making changes to the file and overwriting existing content by
> NTFS



Reply With Quote
  #3  
Old 01-05-2006, 04:24 AM
BrianS
 
Posts: n/a
Default Re: Need help with server security privileges

Right - thanks. I really appreciate the response, Steve.

These will all be Microsoft Word files.

I don't want change/overwrite permissions. I don't see how I can separate
it so that users can create but not delete or overwrite. If I'm reading it
correctly, I want "create files" to be set to "allow" but "write data" to be
set to "deny." But it looks to me as though the "Create Files / Write Data"
permission is tied to one permission line. I don't understand why they're
not two separate permissions.

Am I reading that wrong?

I don't care if they have "create folder" privileges, so that line "Create
Folders / Append Data" can be set to "deny."

I used to do some server admin years ago... It seems that this used to be
easy on WinNT. Now I'm just on a project and trying to set up an
appropriately secure server space, and can't get the help I need from my IT
group, who tells me that this can't be done. I find that hard to believe,
although don't see how to do it.


"Steven L Umbach" wrote:

> The link below explaining special permissions may help. There is a
> distinction in what users can do to existing files. If they have modify
> permissions they can delete files. With write permissions they can append
> data which means they can add data to an existing file. A lot depends on how
> the application handles files as many will delete the old file and create a
> new one when the file is modified which a user without modify/full control
> can not do. --- Steve
>
> http://support.microsoft.com/default...b;EN-US;308419
>
> The Append Data permission applies only to files and allows or denies the
> user from making changes to the end of the file but not from changing,
> deleting, or overwriting existing data .
>
>
>
> "BrianS" <BrianS@discussions.microsoft.com> wrote in message
> news:3D5393E8-9732-4F04-904D-7BF3F022F74C@microsoft.com...
> > I'm trying to set up a server folder where the users have file read and
> > write
> > access, but they cannot overwrite or delete files. I don't really care
> > about
> > folder permissions. I'll have an administrator create folders.
> >
> > As I read through the support files, I can't figure out how to separate
> > write and overwrite privileges. These two permissions are tied together
> > on
> > one option:
> >
> > Create Files/Write Data
> > The Create Files permission applies only to folders and allows or denies
> > the
> > user from creating files in the folder.
> >
> > The Write Data permission applies only to files and allows or denies the
> > user from making changes to the file and overwriting existing content by
> > NTFS

>
>
>

Reply With Quote
  #4  
Old 01-05-2006, 04:24 AM
Steven L Umbach
 
Posts: n/a
Default Re: Need help with server security privileges

I admit it is confusing in the way MS label special permissions. When you
see a permission such as Create Files / Write Data the create files applies
only to folders while write data applies only to files. It makes a
difference deepening on what you select in the "apply onto" box for special
permissions. For example you can give users a set of one permissions for
folders only and then another for files only. If you look at the special
permissions in the root/drive folder in advanced you will see how default
special permissions are configured for users where that group is shown three
times. The overall permissions you see on the general security page are for
folders, subfolders, and files. If you have some reason for users to create
files and be able to view then but not change/edit them in any way then do
not give the users any delete, write data, and append data permissions for
"files only" but give them create files/write data for folders only. The
other problem is that the creator of a file will receive permissions that
the creator owner placeholder has which by default is full control though
you can change that but the owner of a file could potentially change
permissions to it. If you want to create a drop folder just give the users
write access to the folder. If the users need to be able to edit and save.
If you need them to be able to edit Word files you are probably out of luck
as I believe Word deletes the old file and creates a new file from the
temporary it creates of the opened file after a user saves an edited
document. However this is a case where creator owner may help because in
default configuration it will give the file creator permissions to edit a
Word document but only allow others to read if the folder restrictions are
such to restrict users in general to only read. --- Steve



"BrianS" <BrianS@discussions.microsoft.com> wrote in message
news:2089385F-FBEB-43A3-BC6F-5D364A5664F2@microsoft.com...
> Right - thanks. I really appreciate the response, Steve.
>
> These will all be Microsoft Word files.
>
> I don't want change/overwrite permissions. I don't see how I can separate
> it so that users can create but not delete or overwrite. If I'm reading
> it
> correctly, I want "create files" to be set to "allow" but "write data" to
> be
> set to "deny." But it looks to me as though the "Create Files / Write
> Data"
> permission is tied to one permission line. I don't understand why they're
> not two separate permissions.
>
> Am I reading that wrong?
>
> I don't care if they have "create folder" privileges, so that line "Create
> Folders / Append Data" can be set to "deny."
>
> I used to do some server admin years ago... It seems that this used to be
> easy on WinNT. Now I'm just on a project and trying to set up an
> appropriately secure server space, and can't get the help I need from my
> IT
> group, who tells me that this can't be done. I find that hard to believe,
> although don't see how to do it.
>
>
> "Steven L Umbach" wrote:
>
>> The link below explaining special permissions may help. There is a
>> distinction in what users can do to existing files. If they have modify
>> permissions they can delete files. With write permissions they can append
>> data which means they can add data to an existing file. A lot depends on
>> how
>> the application handles files as many will delete the old file and create
>> a
>> new one when the file is modified which a user without modify/full
>> control
>> can not do. --- Steve
>>
>> http://support.microsoft.com/default...b;EN-US;308419
>>
>> The Append Data permission applies only to files and allows or denies the
>> user from making changes to the end of the file but not from changing,
>> deleting, or overwriting existing data .
>>
>>
>>
>> "BrianS" <BrianS@discussions.microsoft.com> wrote in message
>> news:3D5393E8-9732-4F04-904D-7BF3F022F74C@microsoft.com...
>> > I'm trying to set up a server folder where the users have file read and
>> > write
>> > access, but they cannot overwrite or delete files. I don't really care
>> > about
>> > folder permissions. I'll have an administrator create folders.
>> >
>> > As I read through the support files, I can't figure out how to separate
>> > write and overwrite privileges. These two permissions are tied
>> > together
>> > on
>> > one option:
>> >
>> > Create Files/Write Data
>> > The Create Files permission applies only to folders and allows or
>> > denies
>> > the
>> > user from creating files in the folder.
>> >
>> > The Write Data permission applies only to files and allows or denies
>> > the
>> > user from making changes to the file and overwriting existing content
>> > by
>> > NTFS

>>
>>
>>



Reply With Quote
  #5  
Old 01-05-2006, 04:24 AM
BrianS
 
Posts: n/a
Default Re: Need help with server security privileges

Thanks again, Steve.

"Steven L Umbach" wrote:

> I admit it is confusing in the way MS label special permissions. When you
> see a permission such as Create Files / Write Data the create files applies
> only to folders while write data applies only to files. It makes a
> difference deepening on what you select in the "apply onto" box for special
> permissions. For example you can give users a set of one permissions for
> folders only and then another for files only. If you look at the special
> permissions in the root/drive folder in advanced you will see how default
> special permissions are configured for users where that group is shown three
> times. The overall permissions you see on the general security page are for
> folders, subfolders, and files. If you have some reason for users to create
> files and be able to view then but not change/edit them in any way then do
> not give the users any delete, write data, and append data permissions for
> "files only" but give them create files/write data for folders only. The
> other problem is that the creator of a file will receive permissions that
> the creator owner placeholder has which by default is full control though
> you can change that but the owner of a file could potentially change
> permissions to it. If you want to create a drop folder just give the users
> write access to the folder. If the users need to be able to edit and save.
> If you need them to be able to edit Word files you are probably out of luck
> as I believe Word deletes the old file and creates a new file from the
> temporary it creates of the opened file after a user saves an edited
> document. However this is a case where creator owner may help because in
> default configuration it will give the file creator permissions to edit a
> Word document but only allow others to read if the folder restrictions are
> such to restrict users in general to only read. --- Steve
>
>
>
> "BrianS" <BrianS@discussions.microsoft.com> wrote in message
> news:2089385F-FBEB-43A3-BC6F-5D364A5664F2@microsoft.com...
> > Right - thanks. I really appreciate the response, Steve.
> >
> > These will all be Microsoft Word files.
> >
> > I don't want change/overwrite permissions. I don't see how I can separate
> > it so that users can create but not delete or overwrite. If I'm reading
> > it
> > correctly, I want "create files" to be set to "allow" but "write data" to
> > be
> > set to "deny." But it looks to me as though the "Create Files / Write
> > Data"
> > permission is tied to one permission line. I don't understand why they're
> > not two separate permissions.
> >
> > Am I reading that wrong?
> >
> > I don't care if they have "create folder" privileges, so that line "Create
> > Folders / Append Data" can be set to "deny."
> >
> > I used to do some server admin years ago... It seems that this used to be
> > easy on WinNT. Now I'm just on a project and trying to set up an
> > appropriately secure server space, and can't get the help I need from my
> > IT
> > group, who tells me that this can't be done. I find that hard to believe,
> > although don't see how to do it.
> >
> >
> > "Steven L Umbach" wrote:
> >
> >> The link below explaining special permissions may help. There is a
> >> distinction in what users can do to existing files. If they have modify
> >> permissions they can delete files. With write permissions they can append
> >> data which means they can add data to an existing file. A lot depends on
> >> how
> >> the application handles files as many will delete the old file and create
> >> a
> >> new one when the file is modified which a user without modify/full
> >> control
> >> can not do. --- Steve
> >>
> >> http://support.microsoft.com/default...b;EN-US;308419
> >>
> >> The Append Data permission applies only to files and allows or denies the
> >> user from making changes to the end of the file but not from changing,
> >> deleting, or overwriting existing data .
> >>
> >>
> >>
> >> "BrianS" <BrianS@discussions.microsoft.com> wrote in message
> >> news:3D5393E8-9732-4F04-904D-7BF3F022F74C@microsoft.com...
> >> > I'm trying to set up a server folder where the users have file read and
> >> > write
> >> > access, but they cannot overwrite or delete files. I don't really care
> >> > about
> >> > folder permissions. I'll have an administrator create folders.
> >> >
> >> > As I read through the support files, I can't figure out how to separate
> >> > write and overwrite privileges. These two permissions are tied
> >> > together
> >> > on
> >> > one option:
> >> >
> >> > Create Files/Write Data
> >> > The Create Files permission applies only to folders and allows or
> >> > denies
> >> > the
> >> > user from creating files in the folder.
> >> >
> >> > The Write Data permission applies only to files and allows or denies
> >> > the
> >> > user from making changes to the file and overwriting existing content
> >> > by
> >> > NTFS
> >>
> >>
> >>

>
>
>

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Downloaded files don't install Alias Windows Update 13 01-05-2006 05:05 PM
Windoes update failure Dennis Windows XP Perform Maintain 2 01-05-2006 06:02 AM
W2k server settings override local xp security blackbluecat@bigfoot.com Windows XP Security Admin 4 01-05-2006 05:07 AM
File Security, setting permisions to everyone the server 2003 way. Cabby_Nova Windows XP Security Admin 2 01-05-2006 04:16 AM
Long delay before Drives & Files appear in My Computer & Address Bar shizzlenizzlator@gmail.com Windows XP Help and Support 3 01-05-2006 02:44 AM


All times are GMT. The time now is 06:37 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Need help with server security privileges