|
Posted by Pegasus \(MVP\) on October 7, 2006, 2:40 am
Please log in for more thread options No problem with this approach, provided that these
folders are meant to be visible to everyone.
> What about creating the individual directories under D:\Shares\Public
(i.e.
> \Server\Public\Fred, \Server\Public\Larry, etc.)? Would I do the same
> thing for those by creating them and setting the share permissions as you
> described below?
>
> >
> >> I am in process of trying to set up a secure home directory structure
> >> that
> >> would allow users to have two repositories each. One for keeping their
> >> confidential information in, and the other as a publicly available
share,
> >> for anything they wanted to allow other users to be able to view.
> >> Domain
> >> Admins would of course have Full Control Access over all directories.
> >>
> >> The initial file structure that I'm considering it the following:
> >>
> >> Top Level = Users (i.e. \Users)
> >> Second Level = Home Directories for all corporate users (i.e.
> > \Users\fred)
> >> Third Level = Private folder and Public folder for each individual
user
> >> (i.e. \Users\Fred\Private would be accessible only to user Fred and
> >> \Users\Fred\Public as a publicly R/O share accessible by all users,
but
> >> still allowing user Fred Full access to be able to post data to this
> >> directory)
> >>
> >> It is possible to set up this folder structure securely (both with file
> > and
> >> share level security), or is it more logical to set up two directory
> >> structures (i.e. \Users\Public and \Users\Private) that each contain
a
> >> directory dedicated to each corporate user (i.e. \Users\Public\Fred
and
> >> \Users\Private\Fred)? This of course assumes that the permissions on
> > the
> >> \Public directories will be R/O by all, and Full Control by the
> > directory's
> >> owner, and permissions on the Private directory would be Full Control
for
> >> the directory's owner only.
> >>
> >> All feedback is greatly appreciated. :)
> >>
> >>
> >
> > I suspect your server is called "Server", not "Users", isn't it? If so
> > then I recommend you set up the following shares
> >
> > \Server\Public
> > \Server\Fred
> > \Server\Joe
> > \Server\Mary
> >
> > which correspond to the following folders:
> > D:\Shares\Public
> > D:\Shares\Users\Fred
> > D:\Shares\Users\Joe
> > D:\Shares\Users\Mary
> >
> > Your scheme \Server\Fred\Public / \Server\Fred\Private makes
> > private folders visible (though not accessible) to everyone, which
> > is bad policy because it tempts people.
> >
> > Set you share permissions to "Full access" for everyone, then
> > apply your restrictions via NTFS permissions.
> >
> >
>
>
|