Bug 248600

Summary: Two minor bugs, one in xconfig.py, one in authentication.py
Product: [Fedora] Fedora Reporter: Robert Frank <rfrank>
Component: system-config-kickstartAssignee: Chris Lumens <clumens>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-30 20:36:11 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:

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.