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>
This commit is contained in:
Martin Babinsky
2015-10-01 14:39:19 +02:00
committed by Jan Cholasta
parent 6067824be4
commit e3cb6305cc

View File

@@ -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',
)