mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Martin Kosek
parent
efe5a96725
commit
6e28e709ed
4
API.txt
4
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')
|
||||
|
||||
Reference in New Issue
Block a user