Bug 164800

Summary: Samba how-to contains text that shouldn't be pasted into terminal, special character single quote
Product: [Retired] 389 Reporter: Darren Fulton <dfulton>
Component: wikiAssignee: Nathan Kinder <nkinder>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://directory.fedora.redhat.com/wiki/Howto:Samba
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 16:50:56 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 Darren Fulton 2005-08-01 15:45:12 UTC
Description of problem:  go to the Fedora DS Howto:Samba page and scroll down
and look at the code block that includes:

net groupmap add rid=512 ntgroup=âDomain Adminsâ  unixgroup=âDomain Adminsâ

Notice that the single quotes are this "â" symbol and not "'" character.  The
curvey single quote is not valid for shell input.  That whole block of text (and
maybe others) contains that.  People are going to be pasting this text into
their terminals and generating errors and breaking things.

Version-Release number of selected component (if applicable):
The version that is online as of Aug 1 2005.

How reproducible:
On every visit to the web page in Linux w/Firefox and Windows w/IE.

Steps to Reproduce:
1.  Go to the web Page
2.
3.
  
Actual results:
Invalid text in code block here: 
# net groupmap add rid=512 ntgroup=âDomain Adminsâ  unixgroup=âDomain Adminsâ
# net groupmap add rid=513 ntgroup=âDomain Usersâ unixgroup=âDomain Usersâ
# net groupmap add rid=514 ntgroup=âDomain Guestsâ unixgroup=âDomain Guestsâ
# net groupmap add rid=515 ntgroup=âDomain Computersâ unixgroup=âDomain Computersâ


Expected results:
Everything in the code block should be stuff that you can paste into a console.
# net groupmap add rid=512 ntgroup='Domain Admins'  unixgroup='Domain Admins'
# net groupmap add rid=513 ntgroup='Domain Users' unixgroup='Domain Users'
# net groupmap add rid=514 ntgroup='Domain Guests' unixgroup='Domain Guests'
# net groupmap add rid=515 ntgroup='Domain Computers' unixgroup='Domain Computers'


Additional info:

Comment 1 Nathan Kinder 2005-08-01 18:44:34 UTC
I updated the HowTo for Samba on the wiki.  The quotes are now single quotes
instead of back quotes.

Comment 2 To Ngan 2005-08-05 16:46:59 UTC
Changed component to wiki

Comment 3 Anh Nguyen 2007-11-27 16:27:20 UTC
Verified