ソースを参照

Bug 1434: GSSAPI authentication is not working in tunneled session (2nd try)

https://winscp.net/tracker/1434

Source commit: 72f39ebf6bcbc48ea0fd614b9c2e1cf39268ca6f
Martin Prikryl 9 年 前
コミット
f01cd18428
1 ファイル変更4 行追加0 行削除
  1. 4 0
      source/putty/ssh.c

+ 4 - 0
source/putty/ssh.c

@@ -10092,7 +10092,11 @@ static void do_ssh2_authconn(Ssh ssh, const unsigned char *in, int inlen,
 		}
 #endif
 		s->gss_stat = s->gsslib->import_name(s->gsslib,
+#ifdef MPEXT
+						     fullhostname,
+#else
 						     ssh->fullhostname,
+#endif
 						     &s->gss_srv_name);
 		if (s->gss_stat != SSH_GSS_OK) {
 		    if (s->gss_stat == SSH_GSS_BAD_HOST_NAME)