Bug 264841

Summary: anaconda vnc install rejects too-short password late, but never asks for longer version
Product: [Fedora] Fedora Reporter: Eric Sandeen <esandeen>
Component: anacondaAssignee: Joel Andres Granados <jgranado>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-30 13:58:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
proposed solution.
none
vnc.py as a class none

Description Eric Sandeen 2007-08-29 19:50:57 UTC
I installed F7 with:

linux vnc vncpassword=foo vncconnect=host:5500

from a boot.iso.  After a bit of tedious typing to find my http install source,
*then* it tells me my password is too short, must be 6 chars, and forces me to
reboot.

Grudgingly, I do so, type:

linux vnc vncpassword=foobar vncconnect=host:5500

and install is happy - so happy, in fact, that it never asks me for a password.

This could be improved a few ways I suppose: if you reject a too-short password,
could the user type a new one at that point?  If the password isn't going to be
used at all, could we not do the check at all?  And if we're going to check, can
the check be earlier in the process?

Thanks,

-Eric

(apologies for not testing this on F8... need to get this F7 box installed)

Comment 1 Eric Sandeen 2007-09-11 14:31:53 UTC
(actually, dialogs early in install to set up vnc would be nice, instead of
hiding it in a boot argument, IMHO... but that's an RFE I guess)

Comment 2 Joel Andres Granados 2007-10-24 12:48:35 UTC
Currently it is not possible to actually use a password with a connection from
the server to the host (AFAIK).  In any case, the fact that the "reverse"
connection does not ask for a password is no an anaconda bug, might want to
create a new one against vnc.  I'll fiddle with the anaconda vnc code and get it
to ask for a 6 char password if the passwd is to small.


Comment 3 Joel Andres Granados 2007-10-24 15:24:15 UTC
Created attachment 236271 [details]
proposed solution.

Im going to hold up until f9, but this is the gist of the patch.

Comment 4 Joel Andres Granados 2007-10-30 13:33:38 UTC
Created attachment 243331 [details]
vnc.py as a class