Bug 264841 - anaconda vnc install rejects too-short password late, but never asks for longer version
Summary: anaconda vnc install rejects too-short password late, but never asks for long...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 7
Hardware: All
OS: All
medium
low
Target Milestone: ---
Assignee: Joel Andres Granados
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-08-29 19:50 UTC by Eric Sandeen
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-30 13:58:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
proposed solution. (13.26 KB, patch)
2007-10-24 15:24 UTC, Joel Andres Granados
no flags Details | Diff
vnc.py as a class (23.08 KB, patch)
2007-10-30 13:33 UTC, Joel Andres Granados
no flags Details | Diff

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


Note You need to log in before you can comment on or make changes to this bug.