summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,