Re: Sharing and Security on File Share




"Rogene" <Rogene@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F3039773-599A-4B7D-A02E-1A1B5337D0F2@xxxxxxxxxxxxxxxx
I have a Windows 2003 SBS with several shares:

\\server\dca
Sharing Tab:
Share name = dca
Permissions Button:
Administrators - Full Control
DCA (Security Group) - Full Control

Security Tab:
Administrators - Full Control
Domain Users - Read & Execute, List Folder Contents, Read
DCA (Security Group) - Full Control

My expectation is that only the members of DCA Security Group would be
able
to view, read, and write to this share. However, everyone in the domain
is
able to view, read, and write.

What do I need to change, so only the security groups I want to view,
read,
and write have access?

Thanks,
Rogene

What you report is at variance with my own expectation. Let's nail
it down by getting some hard evidence, by doing this from a
Command Prompt:
cacls d:\Data\dca > c:\test.txt
(insert the correct path for the folder that hosts the DCA share)
net user xxx >> c:\test.txt
(insert the name of a user who can write to this share)

Now post the contents of c:\test.txt.


.


Loading