Thanks. Updated patch attached. On Wed, Sep 23, 2015 at 7:14 AM, Martin Basti <mba...@redhat.com> wrote:
> > > On 09/23/2015 03:12 PM, Gabe Alford wrote: > > Odd and done. Updated patch attached. > > Gabe > > On Wed, Sep 23, 2015 at 5:20 AM, Martin Basti <mba...@redhat.com> wrote: > >> >> >> On 09/22/2015 03:32 PM, Gabe Alford wrote: >> >>> create mode 100644 >>> install/tools/man/freeipa-rga-0055-dnssec-options-missing-in-ipa-dns-install-man-page.patch >>> >> Hello, >> >> your patch created new patch :-) >> >> Also there were 3 white space errors, please remove them. >> >> Martin >> > > Thank you, but there is still missing update in ipa-server-install manpage > > Martin >
From a47fa4db2b8b757dbaa1e189fe9b388887a0983b Mon Sep 17 00:00:00 2001 From: Gabe <redhatri...@gmail.com> Date: Wed, 23 Sep 2015 07:32:13 -0600 Subject: [PATCH] dnssec option missing in ipa-dns-install man page - Add DNSSEC option ipa-replica-install and ipa-server-install man page as well https://fedorahosted.org/freeipa/ticket/5300 --- install/tools/man/ipa-dns-install.1 | 12 ++++++++++++ install/tools/man/ipa-replica-install.1 | 3 +++ install/tools/man/ipa-server-install.1 | 3 +++ 3 files changed, 18 insertions(+) diff --git a/install/tools/man/ipa-dns-install.1 b/install/tools/man/ipa-dns-install.1 index 23427b1b15ddf21ff1aba5617adab395d2f25112..66afe7fae5e82f48c7dc4d7c763f0483a41ecda1 100644 --- a/install/tools/man/ipa-dns-install.1 +++ b/install/tools/man/ipa-dns-install.1 @@ -44,6 +44,18 @@ The reverse DNS zone to use. This option can be used multiple times to specify m \fB\-\-no\-reverse\fR Do not create new reverse DNS zone. If used on a replica and a reverse DNS zone already exists for the subnet, it will be used. .TP +\fB\-\-no\-dnssec\-validation\fR +Disable DNSSEC validation on this server. +.TP +\fB\-\-dnssec\-master\fR +Setup server to be DNSSEC key master. +.TP +\fB\-\-disable\-dnssec\-master\fR +Disable the DNSSEC master on this server. +.TP +\fB\-\-kasp\-db\fR=\fIKASP_DB\fR +Copy OpenDNSSEC metadata from the specified kasp.db file. This will not create a new kasp.db file. +.TP \fB\-\-zonemgr\fR The e\-mail address of the DNS zone manager. Defaults to hostmaster@DOMAIN .TP diff --git a/install/tools/man/ipa-replica-install.1 b/install/tools/man/ipa-replica-install.1 index 780febf9d597d7d36b6104c0fc1be8f3d1f8fdee..ff4d7d99991c09a875bff6a49070fbba3d13fb63 100644 --- a/install/tools/man/ipa-replica-install.1 +++ b/install/tools/man/ipa-replica-install.1 @@ -109,6 +109,9 @@ Do not use DNS for hostname lookup during installation .TP \fB\-\-no\-dns\-sshfp\fR Do not automatically create DNS SSHFP records. +.TP +\fB\-\-no\-dnssec\-validation\fR +Disable DNSSEC validation on this server. .SH "EXIT STATUS" 0 if the command was successful diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1 index 1eaed72119a9cd2f9876d3dc3c4a662782c18a36..2e0ff803c1b185d699f6f15dfb487e455404932e 100644 --- a/install/tools/man/ipa-server-install.1 +++ b/install/tools/man/ipa-server-install.1 @@ -164,6 +164,9 @@ Do not use DNS for hostname lookup during installation .TP \fB\-\-no\-dns\-sshfp\fR Do not automatically create DNS SSHFP records. +.TP +\fB\-\-no\-dnssec\-validation\fR +Disable DNSSEC validation on this server. .SS "UNINSTALL OPTIONS" .TP -- 1.8.3.1
-- 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