How can I learn the proper way to deal with permissions on a Windows server when I am clearly a n00b?
May 21, 2008 12:19 PM
Subscribe
File and folder permissions on Windows Small Business Server 2003: what's the right way to set up a shared folder so it can only be accessed by a particular group?
So I'm having a devil of a time setting up permissions on our server at work. I'll try to boil it down to one question.
We have a server running Small Business Server 2003. It's nice and new and shiny.
On the server, we have a D: drive with a folder called "office" that is used for all of our shared files. I have apparently been hit with the Totally Incompetent Stick because I can't for the life of me figure out how to set up a couple of private folders within the share.
I've set up a security group called Personnel. I have added the people who should have access to personnel records to that security group. Now what's the RIGHT way to set a folder so only people in the Personnel group can access it? The way I did it the first time meant that people in that group could open the folder, but then they couldn't access any files or folders within it—and when I went back to the server to try and correct the mistake, my administrator account has been locked out of making changes to any of those files/folders as they no longer seem to have an owner.
Various attempts at reclaiming ownership and resetting permissions have left everything in a confusing state. So I guess what I'm looking for is how to reset a tree of files/folders to a pristine "just the ordinary inherited permissions from above please, kthx" state; how to then properly set their permissions to allow only access from one security group; and how to keep myself from getting into this mess by reading The Most Awesome Book or Website on "How to Grok Windows Permissiony Things" Ever. Thank you.
(I have had a look through
this previous post but something about the explanation is just not getting through my thick skull; I may have the admin password but that doesn't make me a real admin.)
posted by bcwinters to computers & internet (11 comments total)
Anyway, as far as resetting permssions so that they inherit from the parent object...select the Properties of a folder, Security tab, click Advanced, and find the checkbox for "Allow inheritable permissions to propagate..." If it's unchecked, just check it and hit apply, and you should be back to normal. If it's already checked, I think you can uncheck it, choose "Copy", and then check it again, and hit Apply. You should be back to normal, I think.
Setting granular permissions should just be a matter of clicking the right permissions on the check boxes in the Security tab. If the right boxes are checked (read and modify, I presume), it should just work. One factor might be if you are in fact defining a share in addition to folder permissions. Windows will enforce the more restrictive of the two sets of permissions, so if you have both, make sure permssions are set appropriately on each.
If you still can't get it working, can you clarify about the share / folder thing?
posted by molybdenum at 12:53 PM on May 21