pgreco / rpms / ipa

Forked from forks/areguera/rpms/ipa 4 years ago
Clone

Blame SOURCES/0003-ipa-nis-manage-Use-server-API-to-retrieve-plugin-sta.patch

403b09
From db7950c119f71df018ae1759933c0a8dca1072df Mon Sep 17 00:00:00 2001
403b09
From: Martin Babinsky <mbabinsk@redhat.com>
403b09
Date: Mon, 4 Jul 2016 13:33:10 +0200
403b09
Subject: [PATCH] ipa-nis-manage: Use server API to retrieve plugin status
403b09
403b09
https://fedorahosted.org/freeipa/ticket/6027
403b09
403b09
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
403b09
---
403b09
 install/tools/ipa-nis-manage | 2 +-
403b09
 1 file changed, 1 insertion(+), 1 deletion(-)
403b09
403b09
diff --git a/install/tools/ipa-nis-manage b/install/tools/ipa-nis-manage
403b09
index f70961309c34e48ea1b4c1b144c9c0df5860f667..64de9e848ff7c382ddaea0729352da2584be6031 100755
403b09
--- a/install/tools/ipa-nis-manage
403b09
+++ b/install/tools/ipa-nis-manage
403b09
@@ -116,7 +116,7 @@ def main():
403b09
     if not dirman_password:
403b09
         sys.exit("No password supplied")
403b09
 
403b09
-    api.bootstrap(context='cli', debug=options.debug)
403b09
+    api.bootstrap(context='cli', debug=options.debug, in_server=True)
403b09
     api.finalize()
403b09
 
403b09
     conn = None
403b09
-- 
403b09
2.4.3
403b09