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

MSLogon with special password fails

Should you have problems with the MS logon plugin, here's the place to look for help or report issues
Post Reply
Guest

MSLogon with special password fails

Post by Guest »

I repeat this topic here because I choosed maybe at first time the wrong forum :(
original will be found here http://sourceforge.net/tracker/index.ph ... p_id=63887
---------------------------------------------------------------------------------------------

I found an anomalie when try to login with MS logon to
a Windows 2000/2003 Server machine.

I'am using RC18 and New MS-Logon (auth.dll from June 25
2004) the password i.e. "Abc0DefG" is not accepted. Any
variation of that pattern fails. I.e. "Hde8TsdZ12345"
and so on. But other Passwords like
"AbCdEfGhIj123456789" are working correct.

The syntax of the password I think it causes the fault is:
- First Letter is uppercase
- Second and third ones are lowercase
- Fourth one must be a numeric value
- next ones are not significant

If I choose a password which have not the above described syntax the connect have no problem.

I think It must be a problem handled with UltraVnc, cause the normal Login to that Windows 2003 Server machine causes no problems.
Marscha
Former moderator
Former moderator
Posts: 464
Joined: 2004-05-14 06:48

Post by Marscha »

Sorry that it took so long for my reply but I have been on vacation.
I tested some passwords (on W2K) and found the following:
Abc0DefG failed
Bbc0DefG OK
Adc0DefG OK
Abt0DefG OK
Abc0Def OK
Hde8TsdZ12345 OK
So I have only one password failing.
But I agree that this is somehow disturbing.
I'll try to locate the bug and provide a fix :) .
Marscha
Former moderator
Former moderator
Posts: 464
Joined: 2004-05-14 06:48

Post by Marscha »

Fixed, code is available in cvs, will be included in next RC binary.
Post Reply