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
This commit is contained in:
Ana Krivokapic
2013-08-02 16:14:27 +02:00
committed by Martin Kosek
parent efe5a96725
commit 6e28e709ed
3 changed files with 49 additions and 1 deletions

View File

@@ -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')