Howdy,
Quick question on RC19.4 running on Windows XP Pro SP2. I have setup both MS Logon and VNC Standard authentication. I can get either to work but not both. I would like MS Logon authentication to fallback to Standard when the domain is unavailable.
Is this possible? Am I missing something obvious?
Reason: Dialin in users who need help can't contact the domain for MS Logon authenication to work. So we cant remote them to help them.
Cheers
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
MSLogon fallback to VNC Standard password
Yes a local user would work but I can't see how to add say, the local administrator for every PC in the organisation in an automated way eg. add a registry entry in a login script.
If I add it for PC PAUD0001 then the user shows up as PAUD0001\Administrator
If I add it for PC PAUD0002 then the user shows up as PAUD0002\Administrator
I will have bit more of a think about it.
If I add it for PC PAUD0001 then the user shows up as PAUD0001\Administrator
If I add it for PC PAUD0002 then the user shows up as PAUD0002\Administrator
I will have bit more of a think about it.
With MSLogon II, you can use MSLogonACL:
http://doc.uvnc.com/features/authentica ... mslogonacl
I added two abbreviations for special cases:
A dot (.) is replaced with the computername, two dots (..) with the computer's domainname.
So you should have a file acl.txt:
and do
On PC PAUD0001 this will add PAUD0001\Administrator, on PAUD0002 this will add PAUD0002\Administrator.
Be aware that some groups like Administrators (or Users) are not Computername\Administrators.
Their fully qualified name is BUILTIN\Administrators.
In addition if you have a localized OS (french, german, japanese ...) this prefix is also localized!
That's Microsoft
So configure one machine via the GUI dialog and export the ACL.
Then you see what the correct names are.
http://doc.uvnc.com/features/authentica ... mslogonacl
I added two abbreviations for special cases:
A dot (.) is replaced with the computername, two dots (..) with the computer's domainname.
So you should have a file acl.txt:
Code: Select all
allow 0x3 .\Administrator
Code: Select all
mslogonacl /i /o acl.txt
Be aware that some groups like Administrators (or Users) are not Computername\Administrators.
Their fully qualified name is BUILTIN\Administrators.
In addition if you have a localized OS (french, german, japanese ...) this prefix is also localized!
That's Microsoft
So configure one machine via the GUI dialog and export the ACL.
Then you see what the correct names are.
Last edited by Marscha on 2005-04-21 06:12, edited 1 time in total.