Windows Vista Forums

how do I protect users privacy from each other?
  1. #1


    ToddAndMargo Guest

    how do I protect users privacy from each other?

    Hi All,

    I have a WS08-1 TS that several of our customers use.



    Problem: with Windows Explorer (not IE), they can browse
    to the C: drive, click on "users" and see the names of all the
    other users (a list of our customers essentially).

    I need to protect the user's privacy (their names) from everyone
    else. How do I make it so they only see their own name and
    none of the other user's names?

    Many thanks,
    -T

      My System SpecsSystem Spec

  2. #2


    Ace Fekay [MCT] Guest

    Re: how do I protect users privacy from each other?

    "ToddAndMargo" <ToddAndMargo@newsgroup> wrote in message
    news:uBrM%23U$PKHA.3540@newsgroup

    > Hi All,
    >
    > I have a WS08-1 TS that several of our customers use.
    >
    > Problem: with Windows Explorer (not IE), they can browse
    > to the C: drive, click on "users" and see the names of all the
    > other users (a list of our customers essentially).
    >
    > I need to protect the user's privacy (their names) from everyone
    > else. How do I make it so they only see their own name and
    > none of the other user's names?
    >
    > Many thanks,
    > -T

    Yup.I would rename each folder to something else, such as a customer number,
    or other identifier, instead of using the customer name. This way they don't
    know who your other customers are by looking at the list.

    Then for each folder NTFS security permissions:

    Disable Inheritance. Remove All. Then replace with:
    Domain Admins = FC
    Specific Customer User or Group Name = FC
    System = FC

    Nothing else.

    You can also look into ABE:

    Windows Server 2003 Access-based Enumeration
    http://www.microsoft.com/windowsserv...rview/abe.mspx

    Or 2008:

    Enable Access-Based Enumeration on a Namespace
    http://technet.microsoft.com/en-us/l.../dd759150.aspx
    (http://technet.microsoft.com/en-us/l.../dd759150.aspx)

    Using Inherited Permissions with Access-Based Enumeration
    http://technet.microsoft.com/en-us/l.../dd834874.aspx

    --
    Ace

    This posting is provided "AS-IS" with no warranties or guarantees and
    confers no rights.

    Please reply back to the newsgroup or forum for collaboration benefit among
    responding engineers, and to help others benefit from your resolution.

    Ace Fekay, MCT, MCTS 2008, MCTS Exchange, MCSE, MCSA 2003 & 2000, MCSA
    Messaging
    Microsoft Certified Trainer

    For urgent issues, please contact Microsoft PSS directly. Please check
    http://support.microsoft.com for regional support phone numbers.






      My System SpecsSystem Spec

  3. #3


    Ace Fekay [MCT] Guest

    Re: how do I protect users privacy from each other?

    "Ace Fekay [MCT]" <aceman@newsgroup> wrote in message
    news:uRsBae$PKHA.5108@newsgroup

    > "ToddAndMargo" <ToddAndMargo@newsgroup> wrote in message
    > news:uBrM%23U$PKHA.3540@newsgroup

    >> Hi All,
    >>
    >> I have a WS08-1 TS that several of our customers use.
    >>
    >> Problem: with Windows Explorer (not IE), they can browse
    >> to the C: drive, click on "users" and see the names of all the
    >> other users (a list of our customers essentially).
    >>
    >> I need to protect the user's privacy (their names) from everyone
    >> else. How do I make it so they only see their own name and
    >> none of the other user's names?
    >>
    >> Many thanks,
    >> -T
    >
    >
    > Yup.I would rename each folder to something else, such as a customer
    > number, or other identifier, instead of using the customer name. This way
    > they don't know who your other customers are by looking at the list.
    >
    > Then for each folder NTFS security permissions:
    >
    > Disable Inheritance. Remove All. Then replace with:
    > Domain Admins = FC
    > Specific Customer User or Group Name = FC
    > System = FC
    >
    > Nothing else.
    >
    > You can also look into ABE:
    >
    > Windows Server 2003 Access-based Enumeration
    > http://www.microsoft.com/windowsserv...rview/abe.mspx
    >
    > Or 2008:
    >
    > Enable Access-Based Enumeration on a Namespace
    > http://technet.microsoft.com/en-us/l.../dd759150.aspx
    > (http://technet.microsoft.com/en-us/l.../dd759150.aspx)
    >
    > Using Inherited Permissions with Access-Based Enumeration
    > http://technet.microsoft.com/en-us/l.../dd834874.aspx
    >
    One more suggestion, move all folders to another server. Then set them up as
    mapped drives directly to their own individually shared out folders. Do not
    share the parent folder. If you do, share it as hidden (by putting a $ on
    the end of the sharename). Then create subfolders, one for each customer,
    then share them individually as hidden, as well. You can then set their
    respective locations as their home folders. Set permissions as such:

    Share
    Shared as CustomerName$
    Domain ADmins = FC
    Customer Name or Group = FC

    NTFS Security Perms
    Disable Inheritance. Remove All. Then replace with:
    Domain Admins = FC
    Specific Customer User or Group Name = FC
    System = FC

    Ace



      My System SpecsSystem Spec

  4. #4


    Lanwench [MVP - Exchange] Guest

    Re: how do I protect users privacy from each other?

    ToddAndMargo <ToddAndMargo@newsgroup> wrote:

    > Hi All,
    >
    > I have a WS08-1 TS that several of our customers use.
    >
    > Problem: with Windows Explorer (not IE), they can browse
    > to the C: drive, click on "users" and see the names of all the
    > other users (a list of our customers essentially).
    >
    > I need to protect the user's privacy (their names) from everyone
    > else. How do I make it so they only see their own name and
    > none of the other user's names?
    >
    > Many thanks,
    > -T
    Pulling back a little, they shouldn't be able to see/explore the C drive (or
    any local drives) at all. The TS box should be hosting TS sessions only, not
    serving files, etc. Don't store data on the TS box itself, but use folder
    redirection (I'm assuming you have a domain) for My Documents, Desktop,
    Application Data, and perhaps also Start Menu, to your file server(s).

    You should lock down the TS box via GPO so it can't be accessed this way. I
    don't know if KB 278295 works with W2008 exactly as is, but it works very
    well on W2003.



      My System SpecsSystem Spec

  5. #5


    ToddAndMargo Guest

    Re: how do I protect users privacy from each other?

    Ace Fekay [MCT] wrote:

    > One more suggestion, move all folders to another server. Then set them up as
    > mapped drives directly to their own individually shared out folders. Do not
    > share the parent folder. If you do, share it as hidden (by putting a $ on
    > the end of the sharename). Then create subfolders, one for each customer,
    > then share them individually as hidden, as well. You can then set their
    > respective locations as their home folders. Set permissions as such:
    Hi Ace,

    Thank you for the suggestions. The stinkin' program I
    am hosting does not network. (As far as I can tell, it
    has code in it to fight you if you try). My attempt at folder
    redirection and off computer networking came down
    around my ears.

    Is there a way to set the users so they can only see their
    own My Docs and their Desktop?

    -T


      My System SpecsSystem Spec

  6. #6


    ToddAndMargo Guest

    Re: how do I protect users privacy from each other?

    Ace Fekay [MCT] wrote:

    > Or 2008:
    >
    > Enable Access-Based Enumeration on a Namespace
    > http://technet.microsoft.com/en-us/l.../dd759150.aspx
    > (http://technet.microsoft.com/en-us/l.../dd759150.aspx)
    >
    > Using Inherited Permissions with Access-Based Enumeration
    > http://technet.microsoft.com/en-us/l.../dd834874.aspx
    >
    Oh Poop! (Not the real word I said, but I am trying to keep
    it polite.) Access-Based Enumeration only works on network
    shares and the program I am TS sharing must work off a local
    drive. Poop!

    If I am not mistaken, that leaves me with scrambled
    user names. Any other ideas.

    -T

      My System SpecsSystem Spec

  7. #7


    Ace Fekay [MCT] Guest

    Re: how do I protect users privacy from each other?

    "ToddAndMargo" <ToddAndMargo@newsgroup> wrote in message
    news:Oc9BCNHQKHA.4428@newsgroup

    > Ace Fekay [MCT] wrote:
    >

    >> Or 2008:
    >>
    >> Enable Access-Based Enumeration on a Namespace
    >> http://technet.microsoft.com/en-us/l.../dd759150.aspx
    >> (http://technet.microsoft.com/en-us/l.../dd759150.aspx)
    >>
    >> Using Inherited Permissions with Access-Based Enumeration
    >> http://technet.microsoft.com/en-us/l.../dd834874.aspx
    >>
    >
    > Oh Poop! (Not the real word I said, but I am trying to keep
    > it polite.) Access-Based Enumeration only works on network
    > shares and the program I am TS sharing must work off a local
    > drive. Poop!
    >
    > If I am not mistaken, that leaves me with scrambled
    > user names. Any other ideas.
    >
    > -T

    Local only? Yikes!

    Yep, scramble them up like eggs, and set the permissions as I mentioned.

    Ace



      My System SpecsSystem Spec

  8. #8


    Lanwench [MVP - Exchange] Guest

    Re: how do I protect users privacy from each other?

    Ace Fekay [MCT] <aceman@newsgroup> wrote:

    > "ToddAndMargo" <ToddAndMargo@newsgroup> wrote in message
    > news:Oc9BCNHQKHA.4428@newsgroup

    >> Ace Fekay [MCT] wrote:
    >>

    >>> Or 2008:
    >>>
    >>> Enable Access-Based Enumeration on a Namespace
    >>> http://technet.microsoft.com/en-us/l.../dd759150.aspx
    >>> (http://technet.microsoft.com/en-us/l.../dd759150.aspx)
    >>>
    >>> Using Inherited Permissions with Access-Based Enumeration
    >>> http://technet.microsoft.com/en-us/l.../dd834874.aspx
    >>>
    >>
    >> Oh Poop! (Not the real word I said, but I am trying to keep
    >> it polite.) Access-Based Enumeration only works on network
    >> shares and the program I am TS sharing must work off a local
    >> drive. Poop!
    >>
    >> If I am not mistaken, that leaves me with scrambled
    >> user names. Any other ideas.
    >>
    >> -T
    >
    >
    > Local only? Yikes!
    >
    > Yep, scramble them up like eggs, and set the permissions as I
    > mentioned.
    > Ace
    ....and if this application isn't "network ready" I doubt it's certified to
    run on TS. I'd question the wisdom of using it.



      My System SpecsSystem Spec

how do I protect users privacy from each other? problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Privacy JoElle Vista mail 4 02 Jan 2009
What's the best password protect protect software for folders? ancient333 Software 0 21 Aug 2008
Password protect users ariana Vista networking & sharing 1 27 Jul 2007
New Guidelines to Help Developers Protect Customers’ Privacy z3r010 Vista News 0 19 Oct 2006