Opened 14 years ago
Closed 14 years ago
#1852 closed bug (Invalid)
torrent assigned to wrong user
Reported by: | Mathieu Rochette | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | Core | Version: | master |
Keywords: | Cc: |
Description
it appears that torrents are always assigned to the user localclient even if connected with another one. this cause torrent not to be shown in deluge interface after beeing added
dirty fix: stop deluged, replace localclient with correct username in .config/deluge/state/torrents.state, start deluged, reconnect client
deluged is git-master but client is 1.3.1
note: great to see things happening about multiusers utilization :)
Change History (5)
comment:1 by , 14 years ago
Status: | new → pending |
---|
comment:2 by , 14 years ago
And it connected!?!?!? If localclient is not an admin, or the user you are using is not and admin, then that user will only see it's own torrents. That's on purpose. Unless the torrents are shared.
follow-up: 4 comment:3 by , 14 years ago
Status: | pending → new |
---|
it connected. I guess localclient is admin and mat (my user) is not.
I connected with mat, and it get assigned to localclient. I'll test with git-master client later. but, if a (buggy) client cause torrent to be assigned to the wrong user that maight be a security issue (?)
comment:4 by , 14 years ago
Replying to mathroc:
it connected. I guess localclient is admin and mat (my user) is not.
I connected with mat, and it get assigned to localclient. I'll test with git-master client later. but, if a (buggy) client cause torrent to be assigned to the wrong user that maight be a security issue (?)
It's not a buggy client. It's a backwards incompatible setup. Both daemon and client MUST be in master.
comment:5 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
@mathroc
It would only be a security issue if you could, for example, see the other users torrents. However simply assigning them to the wrong user by using an incompatible client is not in my mind a major issue.
There is an open feature-request #1281 to stop incompatible clients connecting to deluged.
Do not use git master with 1.3.1, only use 1.3 client with 1.3 server
Please retest with git master client.