Skip to content
jeff-h edited this page May 25, 2019 · 1 revision

There are a number of common mistakes that are easily made;

User creation failing

You'll see an error such as:

usermod: no changes
/usr/bin/samba.sh: line 139: $2: unbound variable

Possible cause:

Check that you have used a semi-colon between the user and password.

Example: "myUser:myPassword" is incorrect. It must be "myUser;myPassword".

Clone this wiki locally