After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome

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

DSM plug-in for authorization

Should you have problems with the DSM plugin? Here is the place to look for help or report issues
Post Reply
tom_with_deadline
Posts: 1
Joined: 2008-09-10 01:18

DSM plug-in for authorization

Post by tom_with_deadline »

Hi, I'm looking at using UltraVNC to allow our users to remote connect to our server.

My question is regarding whether the DSM plug-in system can be used to do arbtrary authorization of user accounts. Clearly uvnc has several options already regarding authentication, but I can't find any method for managing authorization (ie "is this user allowed to connect to this server at this time?")

The UltraVNC features page for DSM says the plug-in can do "additional rights checking, communication timing" at the whim of the developer. But looking at the code and interface, all the plug-in is given is a user password or key. There also seems to be no appropriate place to do "rights checking".

So does anyone have suggestions about how the DSM plug-in could be used in this way, or know of another way of doing this?
nobody3
20
20
Posts: 54
Joined: 2008-08-28 02:25

Re: DSM plug-in for authorization

Post by nobody3 »

My question is regarding whether the DSM plug-in system can be used to do arbtrary authorization of user accounts. Clearly uvnc has several options already regarding authentication, but I can't find any method for managing authorization (ie "is this user allowed to connect to this server at this time?")
of the several methods of auth you can use MSLOGON II that will be able to do stuff like the things that you have in mind ....
nobody3
20
20
Posts: 54
Joined: 2008-08-28 02:25

Re: DSM plug-in for authorization

Post by nobody3 »

rights checking like PAM in linux can be done in the windows world using active directory - you can use the uses like acl and can limit them by ip address, time and a lot of other constraints
Post Reply