exasol / exaoperation-xmlrpc

API documentation and demo usage of XMLRPC interface for EXASOL administration
MIT License
8 stars 7 forks source link

editUser dictionary parameter undocumented #1

Closed thoastbrot closed 6 years ago

thoastbrot commented 6 years ago

using the same spec as for addUser, I'm getting a ValueError:

xmlrpclib.Fault: <Fault -1: \"Could not edit user: <type 'exceptions.ValueError'>\">

for very simple strings set like this:

cluster.editUser('tom', {
    'user_login': 'tom',
    'password': 'password',
    'user_title': 'devops',
    'user_description': 'some description',
})

leaving out the (otherwise not considered useful) user_login, I'm getting a empty string user login and the other values changed as requested, so I assume there's something wrong. But without documentation, I can't tell.

aoby01 commented 6 years ago

Hi, are there any news on this issue?

florian-reck commented 6 years ago

This issue will be fixed with Exasol v6.0.11.