jarome wrote: 
> There are 6 password entries in server.prefs. Which is the one
> controlling LMS access?

Since you running a *ux system....
open a terminal and:
  
- Stop the lms server (figure out how to on your os)
- get a copy of your server.prefs
    
Code:
--------------------
        cp /var/lib/squeezeboxserver/prefs/server.prefs 
/var/lib/squeezeboxserver/prefs/server.prefs.org
    
--------------------
    
- remove the line that stats with password:
    
Code:
--------------------
        grep -v ^pass 
/var/lib/squeezeboxserver/prefs/server.prefs.org>/var/lib/squeezeboxserver/prefs/server.prefs
    
--------------------
    
- restart the server


------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=108765

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to