Re: File Server sessions

From: Matt Hickman (hemo_jr_at_space.com)
Date: 05/06/04


Date: 6 May 2004 06:52:02 -0700


"Joe" <anonymous@discussions.microsoft.com> wrote in message news:<8fbe01c43321$09d5cb40$a501280a@phx.gbl>...

> But there is one
> PC that has two users on it that connects to the file
> server. Each with different credentials.
>
> Second part:
> How do you get them to access the server under different
> credentials without logging off and back onto their
> machine.

You might be able to do something with terminal services. One
user uses the local desktop on the PC, and the other is uses a
remote desktop on the file server.

Alternately, you can have them run a batch file that deletes their
connections to the file server under the existing credentials, then
re-establishes under their own. E.g. when user2 comes on:

  net use x: /d
  net use \\servername /d
  net use x: \\server\share /user:user2@domain.com <password>

I don't believe you can have two users simultaneously connected
to the server from the same workstation without getting a credentials
conflict error (although TS does it all the time). Otherwise,
you could set up user1 with one set of drives and user2 with a
different set of drives, and have them connected similtaneously.
Nor can you have two console sessions on the remote PC with different
credentials and switch between them. I would be happy to hear that
I am wrong and how to get either idea to work.

-- 
Matt Hickman   
  ..disturbing the natural balance is a matter to be approached 
  with fear and trembling -- and a very versitle computer.
                         Robert A. Heinlein (1907 - 1988)
                         _Glory Road_ 1963


Relevant Pages

  • Re: NT "net use" Malfunctions
    ... connection open on that server as /user:newbie ... > You can't map drives using DIFFERENT credentials to the SAME server. ... If you have received this message in error please notify us immediately by return email and destroy this email. ...
    (Security-Basics)
  • Re: RWW
    ... "normal" Windows Server 2003 way... ... that this worked before trying RWW in this environment. ... enable Remote Desktop first and to add to the local Remote Desktop Users ... as well as entering credentials on the FBA logon page. ...
    (microsoft.public.windows.server.sbs)
  • Re: Sharing/Forwarding website credentials programatically
    ... What you are wanting is not really delegation of credentials from the portal ... can directly contact that server). ... authentication over SSL against a standard Active Directory account. ... essentially in the request-headers or URI itself. ...
    (microsoft.public.inetserver.iis.security)
  • Re: How does authentication work?
    ... This I believe is because 4 drives ... the connection fails all 4 drives have to be deleted before any can be ... is the remote server that requests the credentials to authenticate the ...
    (microsoft.public.windows.server.general)
  • Re: How to close LAN session and login as another credentials
    ... and is connected to a share on the server. ... these credentials, since it will automatically try to use the credentials of ... The problem is that from 1 login session on a PC, ... When I try to access administrator share ...
    (microsoft.public.windowsxp.network_web)