Custom Query (11 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 11 of 11)

1 2 3 4
Ticket Resolution Summary Owner Reporter
#13 fixed usermod (useradd) is not tolerant of illegal parameter values lewisr
Description

When attempting to add a new user and set group membership, using the -u parameter incorrectly (UID, not "user group") may lead to unexpected results:

{0}[j:\devel\klusrmgr\src] usermod -a "User2" -u Joe
   474 +++           Do nextUID = MinUID To 65535 By 1;
REX0041: Error 41 running J:\DEVEL\KLUSRMGR\SRC\USERMOD.CMD, line 474: Bad
arithmetic conversion
   177 +++       Call _UserAdd;

Suggest that command line input be validated and useful errors returned to the user.

#12 fixed usermod and friends do not handle quoting as expected lewisr
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"
1 2 3 4
Note: See TracQuery for help on using queries.