mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-compat-manage: use server API to retrieve plugin status
https://fedorahosted.org/freeipa/ticket/6033 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
parent
0277a89825
commit
a5efeb449b
@ -103,7 +103,7 @@ def main():
|
||||
if dirman_password is None:
|
||||
sys.exit("Directory Manager password required")
|
||||
|
||||
api.bootstrap(context='cli', debug=options.debug)
|
||||
api.bootstrap(context='cli', in_server=True, debug=options.debug)
|
||||
api.finalize()
|
||||
|
||||
conn = None
|
||||
|
Loading…
Reference in New Issue
Block a user