summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-06-23 16:33:34 -0400
committerJan Cholasta <jcholast@redhat.com>2015-06-24 05:24:58 +0000
commit49d708f00fd13903dbd96193aac2c608e3512398 (patch)
tree9666bb76e77148e826096ed6d48179d05689c0e3 /ipaserver
parentb3c7805e881c250db061c44a3b5061f3f7030c5f (diff)
downloadfreeipa-49d708f00fd13903dbd96193aac2c608e3512398.tar.gz
freeipa-49d708f00fd13903dbd96193aac2c608e3512398.tar.xz
freeipa-49d708f00fd13903dbd96193aac2c608e3512398.zip
Replicas cannot define their own master password.
Seem like this slipped in during the refactoring of the install tools. https://fedorahosted.org/freeipa/ticket/4468 Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/server/replicainstall.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/ipaserver/install/server/replicainstall.py b/ipaserver/install/server/replicainstall.py
index 303d0bcf2..54d1ede13 100644
--- a/ipaserver/install/server/replicainstall.py
+++ b/ipaserver/install/server/replicainstall.py
@@ -742,14 +742,6 @@ class Replica(common.Installable, common.Interactive, core.Composite):
cli_short_name='p',
)
- master_password = Knob(
- str, None,
- sensitive=True,
- deprecated=True,
- description="kerberos master password (normally autogenerated)",
- cli_short_name='P',
- )
-
admin_password = Knob(
str, None,
sensitive=True,