Roundup Tracker - Issues

Message7057

Author schlatterbeck
Recipients schlatterbeck, zafati
Date 2021-02-02.10:05:31
Message-id <20210202100526.3d6m45prbe5zklz2@runtux.com>
In-reply-to <1612258679.96.0.0753593509866.issue2551111@roundup.psfhosted.org>
On Tue, Feb 02, 2021 at 09:37:59AM +0000, zafati wrote:
> 
> I am unable to  list users and display their properties through xmlrpc
> remote access. I am getting the following error using admin user (even
> when i use a default tracker):

There is a new XMLRPC permission in the tracker, you'll have to give
this to all roles that should have XMLRPC access.

e.g.

db.security.addPermissionToRole ('User', 'Xmlrpc Access')
db.security.addPermissionToRole ('Admin', 'Xmlrpc Access')

Let us know if you have those.

Ralf
-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  www:   www.runtux.com
Reichergasse 131, A-3411 Weidling       email: office@runtux.com
History
Date User Action Args
2021-02-02 10:05:31schlatterbecksetrecipients: + schlatterbeck, zafati
2021-02-02 10:05:31schlatterbecklinkissue2551111 messages
2021-02-02 10:05:31schlatterbeckcreate