From ec841e5d7ab29d08de294b3fa863a631cd50e30a Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 2 Jun 2016 10:12:26 +0200 Subject: ipaclient: implement thin client Dynamically create plugin package for the remote server with modules and commands based on the API schema when client API is finalizes. For in-tree API instances, use ipalib.plugins directly. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka --- makeapi | 1 + 1 file changed, 1 insertion(+) (limited to 'makeapi') diff --git a/makeapi b/makeapi index 8ecdf71f6..b954ef53c 100755 --- a/makeapi +++ b/makeapi @@ -458,6 +458,7 @@ def main(): cfg = dict( context='cli', in_server=False, + in_tree=True, debug=False, verbose=0, validate_api=True, -- cgit