mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-nis-manage: Use server API to retrieve plugin status
https://fedorahosted.org/freeipa/ticket/6027 Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
parent
88841a5619
commit
c5cc79f1ad
@ -116,7 +116,7 @@ def main():
|
||||
if not dirman_password:
|
||||
sys.exit("No password supplied")
|
||||
|
||||
api.bootstrap(context='cli', debug=options.debug)
|
||||
api.bootstrap(context='cli', debug=options.debug, in_server=True)
|
||||
api.finalize()
|
||||
|
||||
conn = None
|
||||
|
Loading…
Reference in New Issue
Block a user