Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If necessary, add further users to samba - replacing password with the actual password for the user. Here, for example, the windows administrator user:

Code Block
titleMore SAMBA users
useradd -m Administrator
printf 'F1r3B²11<password>\nF1r3B²11n<password>\n' | smbpasswd -a -s Administrator

...