Re: NTFS permissions are ignored on a share.
- From: mnmis <mnmis@xxxxxxxxxxx>
- Date: Tue, 03 Apr 2007 11:20:30 -0500
Pegasus (MVP) wrote:
"mnmis" <mnmis@xxxxxxxxxxx> wrote in message
news:ejsjIxedHHA.4916@xxxxxxxxxxxxxxxxxxxxxxx
Pegasus (MVP) wrote:"mnmis" <mnmis@xxxxxxxxxxx> wrote in messageSorry for the confusion.
news:O3wdqbedHHA.1388@xxxxxxxxxxxxxxxxxxxxxxx
I have been trying to setup a share on a Windows 2003 server.What do you mean with "are ignored"? People being refused
I have the share's permissions set to everyone and when I set the NTFS
permissions on the share or any subdirectory, they are ignored.
Any ideas on how to get this to work?
Thanks.
access? If so then it is not a case of the NTFS permissions
being ignored but a case of your share permissions not being
set to "Full access for everyone". These are two independent
mechanisms!
Ignored means that the NTFS restrictions do not work. Everyone can see
every folder and file on the share.
I cannot restrict users from seeing folders or files at all.
It is like the NTFS permissions are not there.
Please put some meat on this bone by doing this:
1. Log on as a restricted user.
2. Start a Command Prompt.
3. Navigate to the parent folder whose subfolders are meant
to be inaccessible to this user.
4. Pick a subfolder name. I will assume the name is "ABC".
5. Type these commands:
net user %UserName% > c:\test.txt
cacls ABC >> c:\test.txt
dir ABC 1>>c:\test.txt 2>>&1
md ABC\test 1>>c:\test.txt 2>>&1
Now post the contents of c:\test.txt.
Here is the output.
C:\Documents and Settings\testfin>net user testfin
The user name could not be found.
More help is available by typing NET HELPMSG 2221.
cacls command gives me this
Z:\MIS BUILTIN\Administrators:(OI)(CI)F
CREATOR OWNER:(OI)(CI)(IO)F
dir mis gives me this
Volume in drive Z is Local Disk
Volume Serial Number is 9024-C01B
Directory of Z:\mis
04/03/2007 10:49 AM <DIR> .
04/03/2007 10:49 AM <DIR> ..
04/03/2007 10:49 AM <DIR> New Folder
0 File(s) 0 bytes
3 Dir(s) 131,006,431,232 bytes free
md command works and creates the folder
The net user command is the only failure.
.
- Follow-Ups:
- Re: NTFS permissions are ignored on a share.
- From: Pegasus \(MVP\)
- Re: NTFS permissions are ignored on a share.
- References:
- NTFS permissions are ignored on a share.
- From: mnmis
- Re: NTFS permissions are ignored on a share.
- From: Pegasus \(MVP\)
- Re: NTFS permissions are ignored on a share.
- From: mnmis
- Re: NTFS permissions are ignored on a share.
- From: Pegasus \(MVP\)
- NTFS permissions are ignored on a share.
- Prev by Date: Re: NTFS permissions are ignored on a share.
- Next by Date: Re: NTFS permissions are ignored on a share.
- Previous by thread: Re: NTFS permissions are ignored on a share.
- Next by thread: Re: NTFS permissions are ignored on a share.
- Index(es):
Relevant Pages
|