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.
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
through authorization with MS Domain Login
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 )
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.
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 )
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.