]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - doc/config.but
New option to allow use of the local OS username for login to the remote side
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 24 Nov 2008 17:51:42 +0000 (17:51 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 24 Nov 2008 17:51:42 +0000 (17:51 +0000)
commitdc896b79aff6222173c516d9d7febed0b967ff33
tree4f78a7aa352892eec96d35cb86a8ffbe037051c8
parentc9326ad81b352076f29ceeb98dbaa7f368ed4d91
New option to allow use of the local OS username for login to the remote side
if we have no better ideas, with UI shamelessly stolen from Quest PuTTY.

Off by default, which effectively reverts the change to using the local
username by default that came in with GSSAPI support in r8138. Anyone wanting
seamless single sign-on will need to set the new option. (The previous
default behaviour was getting in the way in ad-hoc scenarios.)

Note that the PSCP and Unix-Plink behaviour of using the local username by
default have remained unchanged throughout; they are not affected by the new
option. Not sure if that's the Right Thing.

[originally from svn r8324]
[r8138 == de5dd9d65c0e2ffa9bc9cab038bf0be77efbf820]
config.c
doc/config.but
putty.h
rlogin.c
settings.c
ssh.c
telnet.c
windows/winhelp.h