Shift + F7 option to change drive is not what I expected

Discussion of bugs and problems found in Altap Salamander. In your reports, please be as descriptive as possible, and report one incident per report. Do not post crash reports here, send us the generated bug report by email instead, please.
Gunther

Shift + F7 option to change drive is not what I expected

Post by Gunther »

Hi,

When I do a mapping to a drive via the Shift+F7 option my system tells me to give a user and password to log on to that drive, so far this is normal, because my local user can not log on to my server. By providing the server account and according password I can log on.

Now when I want to remap the drive again on the same directory with a different user and password I don't get the pop-up anymore that I need to authenticate because the user I provided earlier is the one salamander uses to connect again.

Question : How can I prevent this from happening and making sure that every time I map a drive via the Shift+F7 option I will be asked what user and password I want to map it with ?

Tnx in advance
User avatar
KNUT
Posts: 286
Joined: 12 Dec 2005, 09:57
Location: Hamburg, Germany

Re: Shift + F7 option to change drive is not what I expected

Post by KNUT »

Gunther wrote:[...]Question : How can I prevent this from happening and making sure that every time I map a drive via the Shift+F7 option I will be asked what user and password I want to map it with ?
FIRST: Shift+F7 is not "drive mapping". This is the "change directory" function which does not map a drive. It opens a directory (on any server, indeed)

SECOND: To re-logon to any server: 1. "Disconnect" (F12 or in the "Commands"-menu or the toolbar) and 2. reopen the desired server / path.
Kind regards, KNUT
_____________________________________________
Satisfied Servant Salamander User from Version 1.5 till now
Gunther

Reply

Post by Gunther »

Knut,

Ok I get it that I'm not mapping a drive but opening a directory, huge difference indeed.

Still my question remains when I open a directory and it asks a user and pass, the next time I open it it will remember that user. Is there no way to open the directory using a different user and pass ?

Tnx
User avatar
KNUT
Posts: 286
Joined: 12 Dec 2005, 09:57
Location: Hamburg, Germany

Re: Reply

Post by KNUT »

Gunther wrote:Still my question remains when I open a directory and it asks a user and pass, the next time I open it it will remember that user. Is there no way to open the directory using a different user and pass ?
As mentioned above you've to:
  1. "Disconnect" (F12 or in the "Commands"-menu or the toolbar)
  2. Reopen the desired server / path
That's it! :)
Kind regards, KNUT
_____________________________________________
Satisfied Servant Salamander User from Version 1.5 till now
User avatar
AbteriX
Posts: 94
Joined: 12 Mar 2006, 20:55
Location: Deutschland
Contact:

Post by AbteriX »

I agree with KNUT,
this belongs to Windows'TM (or TCP/IP stack?)
You can't connect to a share/remotePC with two diff logins at the same time.
You have to logoff the first user first.

A work around is to start WinExplorer (or maybe Sala) as other user:
RUNAS /user:Domain\SecondUser C:\Sala\salamand.exe
Now THIS user can connect to the same share with an second user account
at the same time.

I would have an .LNK to Sala.exe in my Windows QuickLaunch
and would have checked the "run as an other user" checkbox.
Image

Info about RUNAS:
http://www.microsoft.com/technet/prodte ... logon.mspx
AbteriX
User avatar
SelfMan
Posts: 1142
Joined: 05 Apr 2006, 20:51
Contact:

Post by SelfMan »

Other posibility is to use NET command.

Code: Select all

NET USE [devicename | *] [\\computername\sharename[\volume] [password | *]]
        [/USER:[domainname\]username]
        [/USER:[dotted domain name\]username]
        [/USER:[username@dotted domain name]
        [[/DELETE] | [/PERSISTENT:{YES | NO}]]

NET USE {devicename | *} [password | *] /HOME

NET USE [/PERSISTENT:{YES | NO}]
Here you can specify the username...
Remember, we are talking about a mapped drive... not UNC path
User avatar
SvA
Posts: 483
Joined: 29 Mar 2006, 02:41
Location: DE

Post by SvA »

SelfMan wrote:Remember, we are talking about a mapped drive... not UNC path
It does not matter whether you map a drive letter or just connect to the share using a UNC path. Regardless of what you choose, you'll have to disconnect from the share in order to connect to it using different credentials.
Post Reply