﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12	usermod and friends do not handle quoting as expected	lewisr		"When adding a user via:
{{{
usermod -a User2
}}}
the command fails with:
{{{
Ambiguos commandline. Check syntax!
}}}
Quoting the new username almost works:
{{{
usermod -a ""User2""
}}}
however, the user is actually created as:
{{{
User2""
}}}"	defect	closed	major		none		fixed		
