mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added rpc.xmlclient backend plugin for forwarding; added corresponding unit tests
This commit is contained in:
@@ -44,8 +44,6 @@ class xmlserver(Backend):
|
||||
"""
|
||||
|
||||
def dispatch(self, method, params):
|
||||
assert type(method) is str
|
||||
assert type(params) is tuple
|
||||
self.debug('Received RPC call to %r', method)
|
||||
if method not in self.Command:
|
||||
raise CommandError(name=method)
|
||||
|
||||
Reference in New Issue
Block a user