Search found 2 matches

by rgl
2019-02-04 18:22
Forum: Feature requests
Topic: MS Logon II documentation to implement in noVNC
Replies: 3
Views: 29745

Re: MS Logon II documentation to implement in noVNC

I see!

17 is rfbUltraVNC
112 (0x70) is rfbUltraVNC_MsLogonIAuth
113 (0x71) is rfbUltraVNC_MsLogonIIAuth

Are these documented anywhere? Or are only "documented" in the source code "void ClientConnection::AuthMsLogonII()" at https://sourceforge.net/p/ultravnc/code/HEAD/tree/UltraVNC%20Project%20Root ...
by rgl
2019-02-03 17:02
Forum: Feature requests
Topic: MS Logon II documentation to implement in noVNC
Replies: 3
Views: 29745

MS Logon II documentation to implement in noVNC

Hello,

When we use the noVNC 1.0.0 client connect to UltraVNC 1.2.2.3, noVNC complains with "Unsupported security types: 17,113".

Are those for the MS-Logon credentials types (as defined at https://uvnc.com/features/authentication.html)?

Is there any documentation about the Ms-Logon II type that ...