I would like to be able to maintain a list of users with display numbers
they are allowed to use with Xvnc. I couldn't rely on users to start
their Xvnc session with the right display number, so I'd need for Xvnc to
disallow initiation of sessions with the wrong display value. Is it
possible for Xvnc to do this?
If it is not possible without further coding in the source, I would
recommend that as a possible future direction. In the meantime, I can use
a tcsh alias that will call vncserver with the appropriate settings for
the user...
vncserver -name $USER \!* :`egrep "^$USER " /etc/vncnums.list | gawk '{print $2}'`
or something like that. Then I just won't tell the users about the
vncserver command so they'll have to use the alias instead.
Mike
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list