Page 1 of 1

rpc-authentication-required switch to false on restart

Posted: Thu Aug 23, 2012 10:12 am
by abask
Centos 6.3
transmission-common.x86_64 2.13-1.el6 @epel
transmission-daemon.x86_64 2.13-1.el6 @epel

if I set

Code: Select all

    "rpc-authentication-required": true,
    "rpc-bind-address": "0.0.0.0",
    "rpc-enabled": true,
    "rpc-password": "mypass",
    "rpc-port": 5412,
    "rpc-username": "mylogin",
    "rpc-whitelist": "127.0.0.1, 192.168.*.*",
    "rpc-whitelist-enabled": true,
after start I get

Code: Select all

    "rpc-authentication-required": false,
    "rpc-bind-address": "0.0.0.0",
    "rpc-enabled": true,
    "rpc-password": "{3c4b26f8586af2ed64f5b8e797d11b732f4fab0eOQLoFiah",
    "rpc-port": 5412,
    "rpc-username": "mylogin",
    "rpc-whitelist": "127.0.0.1, 192.168.*.*",
    "rpc-whitelist-enabled": true,

why "rpc-authentication-required" switched from true to false

PS
of course I edit file when daemon is stopped

Re: rpc-authentication-required switch to false on restart

Posted: Thu Aug 23, 2012 8:25 pm
by rb07
Looks like the same reason as this question / answer: viewtopic.php?f=2&t=13725#p61301

Both systems are Centos, so its very probable that Centos has parameters defined in /etc/default/transmission.