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:
Martin Babinsky 2016-07-11 10:46:34 +02:00 committed by Petr Vobornik
parent 0277a89825
commit a5efeb449b

View File

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