On 10/01/2015 02:49 PM, Martin Babinsky wrote:
Pave Picka found out that the fix for
https://fedorahosted.org/freeipa/ticket/4516
was partially undone during 4.2 installer rectofaring efforts.

This one-liner should fix it for good (or at least until we move the
code around again).




created anew ticket for this regression (https://fedorahosted.org/freeipa/ticket/5335) and closed the original one again.

Sorry for confusion and thanks to Honza for correcting me.

--
Martin^3 Babinsky
From dcff039a8cf285fe892ff386da0997074bcd8111 Mon Sep 17 00:00:00 2001
From: Martin Babinsky <mbabi...@redhat.com>
Date: Thu, 1 Oct 2015 14:39:19 +0200
Subject: [PATCH] ipa-server-install: mark master_password Knob as deprecated

fixes a regression introduced during fixing
https://fedorahosted.org/freeipa/ticket/5184

https://fedorahosted.org/freeipa/ticket/5335
---
 ipaserver/install/server/install.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py
index 4fe1ed9f25206e7c014e544fcc3e71243e685f86..83b88ebb86eaac1f76f6efcd0ed2cc18ff59fd51 100644
--- a/ipaserver/install/server/install.py
+++ b/ipaserver/install/server/install.py
@@ -1167,6 +1167,7 @@ class Server(BaseServer):
     master_password = Knob(
         str, None,
         sensitive=True,
+        deprecated=True,
         description="kerberos master password (normally autogenerated)",
         cli_short_name='P',
     )
-- 
2.4.3

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to