Package: vnc4server
Version: 4.1.1+X4.3.0-30
Severity: normal
Upon the first launch, vnc4server with the option '-SecurityTypes None'
still asks for a password, even though I specified no authentication to
be used.
vnc4server passes unknown options down to Xvnc, however in this case it
should be aware of it, see this code:
188 ($z,$z,$mode) = stat("$vncUserDir/passwd");
189 if (!(-e "$vncUserDir/passwd") || ($mode & 077)) {
190 warn "\nYou will require a password to access your desktops.\n\n";
191 system("vncpasswd $vncUserDir/passwd");
192 if (($? >> 8) != 0) {
193 exit 1;
194 }
195 }
The parameter '-SecurityTypes None' should be recognized and no password
should be asked for.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.22.19-vs2.2.0.7-netdoktor3-nd-vserv-bigmem4 (SMP w/4 CPU
cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages vnc4server depends on:
ii libc6 2.7-13 GNU C Library: Shared libraries
ii libgcc1 1:4.3.1-9 GCC support library
ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library
ii libsm6 2:1.0.3-2 X11 Session Management library
ii libstdc++6 4.3.1-9 The GNU Standard C++ Library v3
ii libx11-6 2:1.1.4-2 X11 client-side library
ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar
ii libxtst6 2:1.0.3-1 X11 Testing -- Resource extension
ii x11-common 1:7.3+16 X Window System (X.Org) infrastruc
ii xbase-clients 1:7.3+17 miscellaneous X clients - metapack
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
Versions of packages vnc4server recommends:
ii xfonts-base 1:1.0.0-5 standard fonts for X
Versions of packages vnc4server suggests:
pn vnc-java <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]