Apart from the admin
user, a user that we will call mediacenter
is necessary to manage access to Media Center files and manage the AAR application ecosystem. You also need one user for each Samba share you want to make. The guide will use 2 example Samba shares and thus, 2 users: nasj
and nask
. The user admin
will be added to the groups of each created user so that it also have access to the files.
- Assume the
root
role by runningsudo -i
. - We create users
nasj
,nask
andmediacenter
and addadmin
to their groups:printf "nasj\nnask\nmediacenter" | ./scripts/users_setup.sh admin
.