mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 23:58:23 -05:00
server install: remove duplicate -w option
Remove duplicate -w alias of --admin-password in ipa-server-install and ipa-replica-install. https://pagure.io/freeipa/issue/6392 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
0298ecf441
commit
00f49dd7bb
@@ -118,6 +118,10 @@ class ServerInstallInterface(client.ClientInstallInterface,
|
||||
)
|
||||
principal = replica_install_only(principal)
|
||||
|
||||
admin_password = extend_knob(
|
||||
client.ClientInstallInterface.admin_password,
|
||||
)
|
||||
|
||||
master_password = knob(
|
||||
str, None,
|
||||
sensitive=True,
|
||||
|
||||
Reference in New Issue
Block a user