Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Password Authentication Issue With Older VNC Servers

Post Reply
Aergan
8
8
Posts: 14
Joined: 2011-02-22 11:12
Location: UK
Contact:

Password Authentication Issue With Older VNC Servers

Post by Aergan »

Hi,

I am planning on deploying UltraVNC viewer & server (Currently 1.0.9.5) to our new Windows 7 x86 systems to take advantage of Microsoft ACL authentication for our domain environment.

We have been having major issues with the viewer from 1.0.9.1 to 1.0.9.5L when connecting to our WYSE V10L thin client boxes which run an unknown version of TightVNC server and a single password. Unfortunately, the operating system is propriety and we are unable to do anything with the VNC software other than change the password used.
Instead of getting a password prompt as expected, the Viewer Status says "Password requested" but no prompt displays.

If I downgrade the UltraVNC viewer to version 1.0.8.2 it works as expected and also allows me to connect to UltraVNC 1.0.9.5 servers via ACL but doesn't offer the same level of functionality (e.g. Chat, File Transfer, etc).

Any suggestions to resolve this issue please?
SteveCena
Posts: 2
Joined: 2011-03-04 15:16

Re: Password Authentication Issue With Older VNC Servers

Post by SteveCena »

I'm having the exact same issue. Windows 7 system and UltraVNC 1.0.95 trying to connect up to VNC 3.3.7. I get the "Password requested" in the notification window, but no password box appears. I've tried making a shortcut on my desktop and using the -password <mypassword> but it doesn't work either.
SteveCena
Posts: 2
Joined: 2011-03-04 15:16

Re: Password Authentication Issue With Older VNC Servers

Post by SteveCena »

I just downloaded 1.0.8.2, and the password authentication works.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: Password Authentication Issue With Older VNC Servers

Post by redge »

delete lang.dll from folder \windows\system32
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
diri
Posts: 2
Joined: 2011-03-06 16:35

Re: Password Authentication Issue With Older VNC Servers

Post by diri »

I must confirm the issue:

No password prompt when trying to connect to elder versions.

Tested on Windows XP and 7.

It works when trying to connect to another 1.0.9.5 server. There is no lang.dll envolved on any system.
Aergan
8
8
Posts: 14
Joined: 2011-02-22 11:12
Location: UK
Contact:

Re: Password Authentication Issue With Older VNC Servers

Post by Aergan »

redge wrote:delete lang.dll from folder \windows\system32
I am unable to find this file at all on any of the machines.
yn0t
Posts: 2
Joined: 2011-03-10 16:31
Location: United States

Re: Password Authentication Issue With Older VNC Servers

Post by yn0t »

I'm seeing the exact issue when talking to our Wyse Thin Clients. It just hangs at the status "password requested". I've setup a test configuration (one without a password) and and am still getting the "password requested" status.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6831
Joined: 2004-04-23 10:21
Contact:

Re: Password Authentication Issue With Older VNC Servers

Post by Rudi De Vos »

Are all the servers with this problem running rfb 3.3.7 ?
Aergan
8
8
Posts: 14
Joined: 2011-02-22 11:12
Location: UK
Contact:

Re: Password Authentication Issue With Older VNC Servers

Post by Aergan »

Rudi De Vos wrote:Are all the servers with this problem running rfb 3.3.7 ?
Hi Rudi, I believe the issue may be due to the order the authentication/acceptance is currently using after 1.0.8.2.

In 1.0.8.2:
  • You send an acceptance request to the user session on the server
    Server accepts
    You supply valid login details
    Server presents you a VNC viewing session.
In 1.0.9.X:
  • You supply valid login details for session
    Server verifies
    You send an acceptance request to the user session on the server
    Server presents you a VNC viewing session.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6831
Joined: 2004-04-23 10:21
Contact:

Re: Password Authentication Issue With Older VNC Servers

Post by Rudi De Vos »

The bug was actual realvnc 3.3.7 use rfb 3.3
Our viewer handled all rfb except the default old 3.3 :(

Viewer kept waiting on password
Update

http://www.uvnc.eu/download/ultravnc_viewer_10951Q.zip
pgb00
8
8
Posts: 11
Joined: 2011-03-01 15:38

Re: Password Authentication Issue With Older VNC Servers

Post by pgb00 »

Hello

I download the viewer 10951Q and i am the same problem
With version 1095x, we need enter valid login and password before the user accept the session (with older version, it was acceptation and after login)
In normal mode, i have no problem with that but in mode Listenning, it's a problem.

This mode of use is now the normal use of UltraVNC or it's a bug ?

Thanks for your help
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6831
Joined: 2004-04-23 10:21
Contact:

Re: Password Authentication Issue With Older VNC Servers

Post by Rudi De Vos »

logon accept is the new order, no bug.

The reason behind this is that we are adding some session selection
( #rdp1, console ...). The popup in that case need to be displayed on
the selected session and we only allow the session selection after the
password check.

But, the server need to switch (if ultravnc viewer or not) to use this new order.
I will test again the invers connection.
Last edited by Rudi De Vos on 2011-03-15 09:16, edited 1 time in total.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6831
Joined: 2004-04-23 10:21
Contact:

Re: Password Authentication Issue With Older VNC Servers

Post by Rudi De Vos »

pgb00

I don't understand the actual problem.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: Password Authentication Issue With Older VNC Servers

Post by redge »

pgb00 wrote:In normal mode, i have no problem with that but in mode Listenning, it's a problem.
did you do from vnc server... add new client (initiate connection) to vncviewer listening ?
or
you just run vncviewer -listen for easy and quick acces from system tray without reverse connection and you just do direct connect to vnc server ?
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
pgb00
8
8
Posts: 11
Joined: 2011-03-01 15:38

Re: Password Authentication Issue With Older VNC Servers

Post by pgb00 »

Hello,

Side Server, I do "Add new client"
Side Viewer, I do viewer.exe /listen

Before 1.0.9.5, i haven't need to login and it was useful for normal users.
I use login with AD with a special group for assistance. But, normal user (who aren't in this group) must do connection in mode Listen
With 1.0.9.5, mode listen need login and it's a problem for me in my use.

Thanks for your help
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6831
Joined: 2004-04-23 10:21
Contact:

Re: Password Authentication Issue With Older VNC Servers

Post by Rudi De Vos »

Are you using encryption plugins ?
Aergan
8
8
Posts: 14
Joined: 2011-02-22 11:12
Location: UK
Contact:

Re: Password Authentication Issue With Older VNC Servers

Post by Aergan »

Rudi De Vos wrote:The bug was actual realvnc 3.3.7 use rfb 3.3
Our viewer handled all rfb except the default old 3.3 :(

Viewer kept waiting on password
Update

http://www.uvnc.eu/download/ultravnc_viewer_10951Q.zip
This version is working perfectly and has resolved our issue with older VNC versions, thank you very much!
Confirmed working with current builds of our WYSE V10L thinclients.

Looking forward to the next stable release.
pgb00
8
8
Posts: 11
Joined: 2011-03-01 15:38

Re: Password Authentication Issue With Older VNC Servers

Post by pgb00 »

Hello

I install upgrade 10951S and i haven't no more login in Listen mode between server and viewer 10951S

Thanks for all
pgb00
8
8
Posts: 11
Joined: 2011-03-01 15:38

Re: Password Authentication Issue With Older VNC Servers

Post by pgb00 »

Hello,

I re-test with 10951S an d I have again the pb.
I use version 10951S viewer and server with SecurVNCPlugin.dsm
I take the viewer in mode listen and i add a new client side server.
I need a authentification.

With older version, no identification in listen mode. With ARC4plugin.dsm and version 10951S, no identification in listen mode.

Thanks for your help
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6831
Joined: 2004-04-23 10:21
Contact:

Re: Password Authentication Issue With Older VNC Servers

Post by Rudi De Vos »

If you use an encryption plugin that require the vncpasswd as part of the
encryption mechanism both server and viewer need to know the passwd.
The request for the password is done by the plugin, not vnc.
Independed of the direction of connection. ( invers/normal)

SecurVNCPlugin.dsm ( see http://adamwalling.com/SecureVNC/ )
+use a key
+use a long passwd ( >8 chars vnc passwd)
+use the vnc passwd "default"
I think it also use a random key, in combination with the passwd.
Config plugin to set value.

ARC4plugin.dsm
+generate a random key

MSRC4plugin
+key
+vncpasswd
Config plugin to set value.
Last edited by Rudi De Vos on 2011-03-16 14:24, edited 1 time in total.
diri
Posts: 2
Joined: 2011-03-06 16:35

Re: Password Authentication Issue With Older VNC Servers

Post by diri »

Quick test on Windows XP connecting with Linux and OS/2:

Works now. Password prompt appears.

Thank you!

cu, diri
pgb00
8
8
Posts: 11
Joined: 2011-03-01 15:38

Re: Password Authentication Issue With Older VNC Servers

Post by pgb00 »

Hello

I used VNCPassword for my tests
With VNC Password, and SecureVNC plugin and mode Listen, i must type the vncpassword

I activate MSLOGON II.
With SecureVNC plugin and mode listen, no need to enter a login / password.

I haven't more problem with that

Thanks for your help
Post Reply