Bug 248600 - Two minor bugs, one in xconfig.py, one in authentication.py
Summary: Two minor bugs, one in xconfig.py, one in authentication.py
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-kickstart
Version: 7
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-17 17:49 UTC by Robert Frank
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-07-30 20:36:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert Frank 2007-07-17 17:49:46 UTC
Description of problem:
I Found a typo when going through source, and found another issue (not really a
bug) with quotes inside of authentication.

Version-Release number of selected component (if applicable):
whatever is in the current F7 repo

1. In /usr/share/system-config-kickstart/xconfig.py, 223,33:
  self.ks.xorg.wideoRam = ""
should probably be
  self.ks.xorg.videoRam = ""

2. If you enter one single or double quote inside of the authentication page
(maybe others), and save the file, then open the file... the quotes are note
escaped so it will not open, and will give you an error about not closing the
quote... As I said before, not really a problem, just something that might cause
problems if they want to put arbitrary data in... like a single quote...

Comment 1 Chris Lumens 2007-07-30 20:36:11 UTC
Fixed #1.  I'm going to close this bug out because of that.  For #2, I'm going
to do a more involved fix in pykickstart that should help with validating all
sorts of input values.


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