We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There are a number of common mistakes that are easily made;
You'll see an error such as:
usermod: no changes /usr/bin/samba.sh: line 139: $2: unbound variable
Check that you have used a semi-colon between the user and password.
Example: "myUser:myPassword" is incorrect. It must be "myUser;myPassword".
"myUser:myPassword"
"myUser;myPassword"