[Bug 662250] New: XML representation of smb.conf can have illegal characters
https://bugzilla.novell.com/show_bug.cgi?id=662250 https://bugzilla.novell.com/show_bug.cgi?id=662250#c0 Summary: XML representation of smb.conf can have illegal characters Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: AutoYaST AssignedTo: jsuchome@novell.com ReportedBy: ug@novell.com QAContact: qa@suse.de Found By: --- Blocker: --- if you have a section like [print$] ... in your smb.conf file, you'll get an XML file that contains: <print$> .. </print$> that's not valid XML because $ is not allowed in element names (see http://www.w3.org/TR/REC-xml/#NT-NameStartChar ) The $ should be mapped to something like "." during Import()/Export() Something similar already happens with Spaces that are mapped to "_" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=662250 https://bugzilla.novell.com/show_bug.cgi?id=662250#c Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=662250 https://bugzilla.novell.com/show_bug.cgi?id=662250#c1 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Jiří Suchomel <jsuchome@novell.com> 2011-01-05 15:16:26 UTC --- done in yast2-samba-client-2.20.2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com