summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2015-10-01 14:39:19 +0200
committerJan Cholasta <jcholast@redhat.com>2015-10-01 16:09:03 +0200
commite3cb6305cc39caf8323ed0d1b729369910c97505 (patch)
tree7a9d11bcbd245574f92e3fcc1af06acefcd11471
parent6067824be494745926204a7ba3709c3c0f054326 (diff)
downloadfreeipa-e3cb6305cc39caf8323ed0d1b729369910c97505.tar.gz
freeipa-e3cb6305cc39caf8323ed0d1b729369910c97505.tar.xz
freeipa-e3cb6305cc39caf8323ed0d1b729369910c97505.zip
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 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
-rw-r--r--ipaserver/install/server/install.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py
index 32eef1cd7..72f6e4d8d 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',
)