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

through authorization with MS Domain Login

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

through authorization with MS Domain Login

Post by halpro »

Hello everybody!
M$ introduced domain authorization long time ago. Why UltraVNC still requires DOMAINNAME\USERNAME + PASSWORD to be specified in logon window if I am already in the domain? It is very weared to do it for 100+ computers!!! :|
Can you improve it?
Thanks.
Claymon
20
20
Posts: 32
Joined: 2005-10-03 00:52
Location: D.C. and Fredericksburg, VA

Post by Claymon »

I'm not a developer, though I write a lot of admin scripts, but I'd think if the domain was not specified then the domain of the current user could be attempted.

I don't know what the API would be, but in here is one way to do it in VBscript. (Yes, it is in bad form :oops: )

wscript.echo WScript.CreateObject("WScript.Network").UserDomain

Instead of automatically trying with the domain, maybe the domain and backslash could be pre-loaded into the user field? It may make it easier for newbies.

Just a thought. :)
Post Reply