summaryrefslogtreecommitdiffstats
path: root/makeaci
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-03 09:38:11 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-20 16:39:12 +0200
commitdb13494045198842a049d40a3481d9081c7ce175 (patch)
treed43e0f1f595214edc025a5a4ee566fc38b0aee4e /makeaci
parenta95e0777ac64cc8edad152f189be5347117785ef (diff)
downloadfreeipa-db13494045198842a049d40a3481d9081c7ce175.tar.gz
freeipa-db13494045198842a049d40a3481d9081c7ce175.tar.xz
freeipa-db13494045198842a049d40a3481d9081c7ce175.zip
makeaci, makeapi: use in-server API
Capture the server API rather than client API in API.txt. Client API may be affected by client-side plugins and thus may not correspond to what is transmitted over the wire. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'makeaci')
-rwxr-xr-xmakeaci4
1 files changed, 2 insertions, 2 deletions
diff --git a/makeaci b/makeaci
index ea5683768..3cce76d63 100755
--- a/makeaci
+++ b/makeaci
@@ -86,8 +86,8 @@ def check_member_attrs(name, template):
def main(options):
api.bootstrap(
- context='cli',
- in_server=False,
+ context='server',
+ in_server=True,
in_tree=True,
debug=False,
verbose=0,