rpc-authentication-required switch to false on restart

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
abask
Posts: 3
Joined: Thu Aug 23, 2012 9:54 am

rpc-authentication-required switch to false on restart

Post 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
rb07
Posts: 1400
Joined: Sun Aug 24, 2008 3:14 am

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

Post 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.
Post Reply