We are testing the  VNC Enterprise edition 4.2 for Solaris ; our goal is to 
dedicate a port to each user, to enable users to re-connect to their sessions.
We would like to use Unix authentication to control access to each port.
We have checked Unix authentication (NIS) when Xvnc is started form a connected 
user with the vncserver script.
We are trying to use inetd to manage dedicated ports (one per user) and did not 
succeded.

Context :

- Solaris platform =
SunOS gnx9000 5.8 Generic_117350-28 sun4u sparc SUNW,Ultra-30

- VNC (Solaris server and Windows Viewer) =
Xvnc Enterprise Edition E4.2.1 - built Apr 26 2006 15:41:47

- configuration files and scripts (Solaris)

grep vnc /etc/services
vnc50           5950/tcp                        # VNC test
vnc51           5951/tcp                        # VNC test

grep vnc /etc/inetd.conf
vnc50   stream  tcp     wait    root    /usr/local/bin/Xvnc-inetd       
Xvnc-inetd
vnc51   stream  tcp     wait    root    /usr/local/bin/Xvnc-inetd.lat   
Xvnc-inetd 

cat /usr/local/bin/Xvnc-inetd.lat
#!/bin/sh
#
# wrapper script because inetd is not able to handle more than 4 parameters

exec /usr/local/bin/Xvnc -inetd -securitytypes=RA2 -AllowedUsers lattiera 
-geometry 1280x1024 -cc 4 -depth 24 -UserPasswdVerifier UnixAuth -nolisten 
named -query localhost -once -desktop VNCE_4.2:51

And did not get the windows asking for Unix authentication.

Thanks for any help,

Andre
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to