mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-13 09:41:55 -06:00
ipa-replica-prepare: Add '--auto-reverse' and '--allow-zone-overlap' options
Opiton should be added to ipa-replica-prepare when it was added to ipa-{server,replica,dns}-install but was forgotten. https://fedorahosted.org/freeipa/ticket/5563 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
1995997071
commit
f05bea5a12
@ -80,6 +80,11 @@ class ReplicaPrepare(admintool.AdminTool):
|
||||
parser.add_option("--no-reverse", dest="no_reverse",
|
||||
action="store_true", default=False,
|
||||
help="do not create reverse DNS zone")
|
||||
parser.add_option("--auto-reverse", dest="auto_reverse", default=False,
|
||||
action="store_true", help="create necessary DNS zones")
|
||||
parser.add_option("--allow-zone-overlap", dest="allow_zone_overlap",
|
||||
action="store_true", default=False, help="create DNS "
|
||||
"zone even if it already exists")
|
||||
parser.add_option("--no-pkinit", dest="setup_pkinit",
|
||||
action="store_false", default=True,
|
||||
help="disables pkinit setup steps")
|
||||
|
Loading…
Reference in New Issue
Block a user