summaryrefslogtreecommitdiffstats
path: root/makeapi
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 /makeapi
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 'makeapi')
-rwxr-xr-xmakeapi4
1 files changed, 2 insertions, 2 deletions
diff --git a/makeapi b/makeapi
index b954ef53c..8e66eec3c 100755
--- a/makeapi
+++ b/makeapi
@@ -456,8 +456,8 @@ def main():
options, args = parse_options()
cfg = dict(
- context='cli',
- in_server=False,
+ context='server',
+ in_server=True,
in_tree=True,
debug=False,
verbose=0,