summaryrefslogtreecommitdiffstats
path: root/ipaclient/setup.py.in
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-02 10:12:26 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-03 09:00:34 +0200
commitec841e5d7ab29d08de294b3fa863a631cd50e30a (patch)
tree4242a4ad1a668074abd64298f580339a0712035c /ipaclient/setup.py.in
parentf5fd2b87506366f29ffca88b4a03e27143c79eae (diff)
downloadfreeipa-ec841e5d7ab29d08de294b3fa863a631cd50e30a.tar.gz
freeipa-ec841e5d7ab29d08de294b3fa863a631cd50e30a.tar.xz
freeipa-ec841e5d7ab29d08de294b3fa863a631cd50e30a.zip
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 <dkupka@redhat.com>
Diffstat (limited to 'ipaclient/setup.py.in')
-rw-r--r--ipaclient/setup.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaclient/setup.py.in b/ipaclient/setup.py.in
index 30fb5ba80..23249dfd0 100644
--- a/ipaclient/setup.py.in
+++ b/ipaclient/setup.py.in
@@ -62,6 +62,7 @@ def setup_package():
packages = [
"ipaclient",
"ipaclient.plugins",
+ "ipaclient.remote_plugins",
],
scripts=['../ipa'],
data_files = [('share/man/man1', ["../ipa.1"])],