From 6e28e709ed07798740e5469d166f3996a643e322 Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Fri, 2 Aug 2013 16:14:27 +0200 Subject: Add new command compat-is-enabled Add a new API command 'compat-is-enabled' which can be used to determine whether Schema Compatibility plugin is configured to serve trusted domain users and groups. The new command is not visible in IPA CLI. https://fedorahosted.org/freeipa/ticket/3671 https://fedorahosted.org/freeipa/ticket/3672 --- API.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'API.txt') diff --git a/API.txt b/API.txt index 47cf5411..5418f31d 100644 --- a/API.txt +++ b/API.txt @@ -490,6 +490,10 @@ args: 1,1,1 arg: Str('request_id') option: Str('version?', exclude='webui') output: Output('result', None, None) +command: compat_is_enabled +args: 0,1,1 +option: Str('version?', exclude='webui') +output: Output('result', None, None) command: config_mod args: 0,24,3 option: Str('addattr*', cli_name='addattr', exclude='webui') -- cgit