file sharing

G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

I enherited Win2K in a domain with a shared drive everyone can access.
Within that shared drive there are some folders not everyone needs access to
.. The NTFS permissions have the 3 people needing access with full, domain
admins full, and that is it. The problem is a user can go to the properties
of that folder and take ownership, even when domain users has explicit deny
for take ownership parmission. Any ideas?

Thanks
DJF
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

"Shared drive problem" <Shared drive problem@discussions.microsoft.com>
wrote in message news:928342F1-5220-4FAD-9F8F-FFD397B59772@microsoft.com...
> I enherited Win2K in a domain with a shared drive everyone can access.
> Within that shared drive there are some folders not everyone needs access
to
> . The NTFS permissions have the 3 people needing access with full, domain
> admins full, and that is it. The problem is a user can go to the
properties
> of that folder and take ownership, even when domain users has explicit
deny
> for take ownership parmission. Any ideas?
>
> Thanks
> DJF

Do this:
- Start a Command Prompt.
- Navigate to the parent of the problem folder.
- Type these commands:
cacls "NameOfProblemFolder" > c:\ntfs.txt
net user SomeUser /domain >> c:\ntfs.txt
- Paste the contents of c:\ntfs.txt into your reply.

Use real names for NameOfProblemFolder and SomeUser.