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

How to log on with user from logon group

Post Reply
hebers23
Posts: 1
Joined: 2020-03-16 02:44

How to log on with user from logon group

Post by hebers23 »

Hello, I'm trying to log in with a user domain credential, said user is specified in the logon group section, but when I try to give the credentials, it only access with the password given in ultra vnc server settings, how can I access with multiple credentials with ultra vnc or that feature is not supported?
thank you for the help :D
Shadow Lord
8
8
Posts: 20
Joined: 2012-07-08 03:05

Re: How to log on with user from logon group

Post by Shadow Lord »

This is a well known issue that still has not been addressed by the author. I posted a fix long time ago on the forums. However, here it is again:

This has to do with how the user token is set. Even though you could have a user as a member of a group with access UAC is set up to not allow access remotely. To enable it, create the LocalAccountTokenFilterPolicy DWORD value at this key in the registry

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system\

0 - build filtered token (Remote UAC enabled)
1 - build elevated token (Remote UAC disabled)

By setting the DWORD entry to 1, you will be able to access the system since the remote logon token will not be filtered.

This is discussed in this KB article, http://support.microsoft.com/kb/947232. (It's for Vista but it applies to Windows Server 2008 R2)
Post Reply