Hi, The --admin-password (-w) has its use both in domain level 0 and 1.
https://fedorahosted.org/freeipa/ticket/5517
From 9f5a6c6b257955ccad03840090d1b8fd2463bf6d Mon Sep 17 00:00:00 2001 From: Tomas Babej <tba...@redhat.com> Date: Mon, 7 Dec 2015 14:32:11 +0100 Subject: [PATCH] replicainstall: Admin password should not conflict with replica file The --admin-password (-w) has its use both in domain level 0 and 1. https://fedorahosted.org/freeipa/ticket/5517 --- ipaserver/install/server/replicainstall.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ipaserver/install/server/replicainstall.py b/ipaserver/install/server/replicainstall.py index 4ab40256d15bbd534e910c0ca008bb79a15b268b..683d157c78e876dc690d20139f1b5e27ebe20c36 100644 --- a/ipaserver/install/server/replicainstall.py +++ b/ipaserver/install/server/replicainstall.py @@ -1377,7 +1377,6 @@ class Replica(BaseServer): CLIKnob(self.domain_name, '--domain'), CLIKnob(self.host_name, '--hostname'), CLIKnob(self.server, '--server'), - CLIKnob(self.admin_password, '--admin-password'), CLIKnob(self.principal, '--principal'), ) -- 2.5.0
-- 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