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
Pushing out in a Domain Environment with MSLOGON Groups
Pushing out in a Domain Environment with MSLOGON Groups
How can this be pushed out in a domain environment with the MSLOGON groups intact ?
Re: Pushing out in a Domain Environment with MSLOGON Groups
I use a modified version of VNC Fastpush 6.5, using Sysinternals' psexec to remotely run mslogonacl.exe on the target PC.Kevin wrote:How can this be pushed out in a domain environment with the MSLOGON groups intact ?
Last edited by prandal on 2005-03-16 16:30, edited 1 time in total.
with MS-Logon I you can just copy the relevant registry keys for the groups since it stores the names as strings.
With MS-Logon II you have to use MSLogonACL:
Set up the groups/users on one machine as you need them.
Export the ACL with MSLogonACL into a file.
Import the ACL from this file with MSLogonACL on all other machines.
See http://doc.ultravnc.net/features/authen ... mslogonacl for more details.
With MS-Logon II you have to use MSLogonACL:
Set up the groups/users on one machine as you need them.
Export the ACL with MSLogonACL into a file.
Import the ACL from this file with MSLogonACL on all other machines.
See http://doc.ultravnc.net/features/authen ... mslogonacl for more details.
Re: Set-Up
Not at the moment, but it was fairly trivial. When I have some time I'll hack fastpush 7.2 beta and feed back my changes to the fastpush author. No point in a howto for an unsupported version of fastpush.Kevin wrote:Could you provide more detail to how you set this up ? I actually been fighting to make fast push work for me.....
-
- Posts: 1
- Joined: 2006-07-08 18:31
Re: Pushing out in a Domain Environment with MSLOGON Groups
One of the previous post worked for me.
I added this line right before the service starts.
reg copy HKLM\Software\ORL\WinVNC3 \\%targetpc%\HKLM\software\ORL\WinVNC3 /f
I added this line right before the service starts.
reg copy HKLM\Software\ORL\WinVNC3 \\%targetpc%\HKLM\software\ORL\WinVNC3 /f