today my new hardware arrived, so finally I installed NS7 RC1 on real bare metal!
I installed with Samba AD because I wanted authenticated shared folders. One of them contains my music-files (mp3).
It’s in a folder owned bij an AD-group ‘fileowner’ and in the ACL my children have read-access (no write).
I’ve installed squeezeboxserver ( instructions ). This creates a system-user " squeezeboxserver " in /etc/passwd.
However, this user isn’t allowed to read the shared folder:
root@helium> $ ls -l /var/lib/nethserver/ibay/
drwxrws—+ 319 administrator@mydomain.nl fileowner@mydomain 12288 Oct 26 16:22 mp3
How can I add read permissions to the user squeezeboxserver?
Thx!
then I have to let the sqb-server run as the NS-user ‘squeezeboxserver’ and change permissions on all server/programfiles to this NS-user. Guess that’s a shift of the problem that doesn’t make it smaller…
For now I found out that the checkbox ‘allow read-access to all users’ refers to the passwd-users (too?). Apparently it does a simple chmod +r on these files.
Not exactly what I wanted, but for now this will do.