| Author |
Message |
Steve Allmark
Guest
|
Posted:
Mon Feb 07, 2005 11:00 pm Post subject:
NTFS Permissions trouble |
|
|
Hi ,
I want to setup a shared directory with one share at the root and containing
directories that you can only see if you have permission i.e. are in the
group that should have access. What i don't want is a directory full of
visible directories that people don't have access to apart from the one
their group has access to. Just to labour the point it's not only the
content of the other directoris that i don't want visible its also the
directories themselves.
So as follows
user1 is in group1
user2 is in group2
Actual structure
shared
|
------Dir 1
|
------Dir2
But to user1 it looks like
shared
|
------Dir 1
and to user 2
shared
|
------Dir2
Can anyone help this is driving me mad. I'm sure it's real obvious just
can't work it out.
Cheers |
|
| Back to top |
|
 |
Scott Harding
Guest
|
Posted:
Tue Feb 08, 2005 2:01 am Post subject:
Re: NTFS Permissions trouble |
|
|
You cannot hide directories from being visible even if they have no access.
You have to make sub directories and give them no access to the parent
directory in order to hide a folder name.
--
Scott Harding
MCSE, MCSA, A+, Network+
Microsoft MVP - Windows NT Server
"Steve Allmark" <badgerlegs@hotmail.com> wrote in message
news:eDDHNaTDFHA.2180@TK2MSFTNGP12.phx.gbl...
| Quote: | Hi ,
I want to setup a shared directory with one share at the root and
containing directories that you can only see if you have permission i.e.
are in the group that should have access. What i don't want is a directory
full of visible directories that people don't have access to apart from
the one their group has access to. Just to labour the point it's not only
the content of the other directoris that i don't want visible its also the
directories themselves.
So as follows
user1 is in group1
user2 is in group2
Actual structure
shared
|
------Dir 1
|
------Dir2
But to user1 it looks like
shared
|
------Dir 1
and to user 2
shared
|
------Dir2
Can anyone help this is driving me mad. I'm sure it's real obvious just
can't work it out.
Cheers
|
|
|
| Back to top |
|
 |
Roger Abell
Guest
|
Posted:
Tue Feb 08, 2005 1:55 pm Post subject:
Re: NTFS Permissions trouble |
|
|
About the closest approach is to make the share a hidden share
on a server that does not announce itself in the browselist, and
then do a deep mapping so that
\\server\share$\dir1 gets mapped for the users allowed dir1
\\server\share$\dir2 gets mapped for the users allowed dir2
etc.
If they need to be able to browse to some \\server\share and
then find their directory within, then they will see the list of
all directories at that upper level.
--
Roger Abell
Microsoft MVP (Windows Security)
MCSE (W2k3,W2k,Nt4) MCDBA
"Steve Allmark" <badgerlegs@hotmail.com> wrote in message
news:eDDHNaTDFHA.2180@TK2MSFTNGP12.phx.gbl...
| Quote: | Hi ,
I want to setup a shared directory with one share at the root and
containing
directories that you can only see if you have permission i.e. are in the
group that should have access. What i don't want is a directory full of
visible directories that people don't have access to apart from the one
their group has access to. Just to labour the point it's not only the
content of the other directoris that i don't want visible its also the
directories themselves.
So as follows
user1 is in group1
user2 is in group2
Actual structure
shared
|
------Dir 1
|
------Dir2
But to user1 it looks like
shared
|
------Dir 1
and to user 2
shared
|
------Dir2
Can anyone help this is driving me mad. I'm sure it's real obvious just
can't work it out.
Cheers
|
|
|
| Back to top |
|
 |
|
|
|
|