Networking Forums

Networking Forums > Computer Networking > Windows Networking > NTFS Permissions Required To Give User Modify on Deeply Nested Folder

Reply
Thread Tools Display Modes

NTFS Permissions Required To Give User Modify on Deeply Nested Folder

 
 
Will
Guest
Posts: n/a

 
      01-20-2008, 03:22 AM
A user logs in and maps a network share to the Y: drive. I want the user
to have Modify access to a deeply nested folder:

y:\some\folder\down\targetfolder

and I do not want the user to have read access to any folders higher up.
Is it possible to do this with NTFS?

I assign the NTFS Modify permission on "targetfolder", but the user cannot
get even read access to "targetfolder" unless I also give a read-only access
to the root of Y:.

Bypass Traverse Checking is Enabled on both the client and the file server.

Any guidance on how to get as close as possible to what I want to achieve
here is appreciated.

--
Will


 
Reply With Quote
 
 
 
 
Marcin
Guest
Posts: n/a

 
      01-20-2008, 09:37 PM
Will,
have you considered using Access Based Enumeration? Even though this won't
give you exactly what you need, it will limit visibility of any
subfolders/files along the path to the nested subfolder...

hth
Marcin


 
Reply With Quote
 
Will
Guest
Posts: n/a

 
      01-21-2008, 01:29 AM
"Marcin" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> have you considered using Access Based Enumeration? Even though this won't
> give you exactly what you need, it will limit visibility of any
> subfolders/files along the path to the nested subfolder...


Once the file server migrates to Windows 2003 then yes we will do that, but
that's a different issue: visibility of root folders versus minimum
permissions required on root folders in order to secure Modify access to a
deeply nested folder.

I take your response to be an implicit "no" to my question, and you must
give at least read only access to all folders above the deeply nested folder
in order for Modify access to work correctly for the target folder?

My original question is copied below.

--
Will



A user logs in and maps a network share to the Y: drive. I want the user
to have Modify access to a deeply nested folder:

y:\some\folder\down\targetfolder

and I do not want the user to have read access to any folders higher up.
Is it possible to do this with NTFS?

I assign the NTFS Modify permission on "targetfolder", but the user cannot
get even read access to "targetfolder" unless I also give a read-only access
to the root of Y:.

Bypass Traverse Checking is Enabled on both the client and the file server.

Any guidance on how to get as close as possible to what I want to achieve
here is appreciated.

--
Will



 
Reply With Quote
 
Newell White
Guest
Posts: n/a

 
      01-21-2008, 08:50 AM

"Will" wrote:

> "Marcin" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > have you considered using Access Based Enumeration? Even though this won't
> > give you exactly what you need, it will limit visibility of any
> > subfolders/files along the path to the nested subfolder...

>
> Once the file server migrates to Windows 2003 then yes we will do that, but
> that's a different issue: visibility of root folders versus minimum
> permissions required on root folders in order to secure Modify access to a
> deeply nested folder.
>
> I take your response to be an implicit "no" to my question, and you must
> give at least read only access to all folders above the deeply nested folder
> in order for Modify access to work correctly for the target folder?
>
> My original question is copied below.
>
> --
> Will
>
>
>
> A user logs in and maps a network share to the Y: drive. I want the user
> to have Modify access to a deeply nested folder:
>
> y:\some\folder\down\targetfolder
>
> and I do not want the user to have read access to any folders higher up.
> Is it possible to do this with NTFS?
>
> I assign the NTFS Modify permission on "targetfolder", but the user cannot
> get even read access to "targetfolder" unless I also give a read-only access
> to the root of Y:.
>
> Bypass Traverse Checking is Enabled on both the client and the file server.
>
> Any guidance on how to get as close as possible to what I want to achieve
> here is appreciated.
>
> --
> Will
>
>

A user has to have read access to the folder to navigate down the tree, but
not to the files in that intermediate folder folder.

The NTFS security permissions allow this specific option.

But make sure you control inherited permissions, and those derived from
group membership as well.

So to restrict access, you would allow non-Admins this limited permission to
the top-level folder, turn on inheritance, and then descend the tree and add
specific read or write permission where you want to.
Provided you do not use 'Deny' ther resultant permission is the logical OR
of inherited and specific permissions.

--
Regards
Newell White


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I add a network user to the security permissions on a sharedXP folder? Cron Windows Networking 9 03-01-2008 03:22 AM
viewing NTFS permissions dtm Windows Networking 2 03-29-2006 12:54 PM
Cannot modify Network Folder BJ_at_ACA Windows Networking 3 12-29-2005 02:25 AM
Problems mounting smbfs/ntfs in /etc/fstab to give read-write permissions relaxedrob@optushome.com.au Linux Networking 2 09-07-2004 11:36 PM
Different user/group/permissions depending on which folder inside the Samba share a file is created in? arabub Linux Networking 2 05-21-2004 07:00 AM



1 2 3 4 5 6 7 8 9 10 11