Page 1 of 1

Unix users in subsonic

PostPosted: Wed Sep 24, 2014 11:02 pm
by andrkac
Hello,
Is it possible to map automatically all unix users to subsonic (with their passwords)?
The idea is to install subsonic and allow all users to use it (or all users from some group)

Re: Unix users in subsonic

PostPosted: Fri Sep 26, 2014 4:08 pm
by technick
I am sorry but this is not possible. User credentials are stored in a HSQL database (/var/subsonic/db). If you wanted to write a script that migrated users information over into the database with a password reset (Passwords are not md5 hashes, so you can't steal them from /etc/shadow) that would probably work.