Opened 4 years ago

Closed 4 years ago

#12 closed defect (fixed)

usermod and friends do not handle quoting as expected

Reported by: lewisr Owned by:
Priority: major Milestone:
Component: none Version:
Keywords: Cc:

Description

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"

Change History (3)

comment:1 Changed 4 years ago by lewisr

FWIW, "ambiguous" is misspelled in the error message, as well.

comment:2 Changed 4 years ago by herwigb

Fixed in version 2.5.1

comment:3 Changed 4 years ago by diver

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.