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 II and NT4

Should you have problems with the MS logon plugin, here's the place to look for help or report issues
Locked
Marscha
Former moderator
Former moderator
Posts: 464
Joined: 2004-05-14 06:48

MSLogon II and NT4

Post by Marscha »

Since NT4 only accepts fully qualified names, I added some code to automatically prepend a computer- or domainname if just the plain username was specified.
A call to LookupAccountName() produces this prefix.
According to MS first the local machine, then the primary domain, then any trusted domains are tested.

This name qualifying is only done on NT4 and only if there is no domain/computername specified.

Code is in CVS, binary is available at http://doc.uvnc.com/authSSP.dll
Locked