diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-09-20 15:41:20 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-09-23 12:00:12 -0400 |
commit | a7ba867438760b86ccb6c57e8e2d1a64ef9158e5 (patch) | |
tree | 69d46a93f69652f6e1ea8a4fe0ad3bb221f1897a /install/tools/man | |
parent | 9fd7fedb766c5da128728b036ebd02157086b6e8 (diff) | |
download | freeipa-a7ba867438760b86ccb6c57e8e2d1a64ef9158e5.tar.gz freeipa-a7ba867438760b86ccb6c57e8e2d1a64ef9158e5.tar.xz freeipa-a7ba867438760b86ccb6c57e8e2d1a64ef9158e5.zip |
Add new DNS install argument for setting the zone mgr e-mail addr.
ticket 125
Diffstat (limited to 'install/tools/man')
-rw-r--r-- | install/tools/man/ipa-dns-install.1 | 3 | ||||
-rw-r--r-- | install/tools/man/ipa-server-install.1 | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/install/tools/man/ipa-dns-install.1 b/install/tools/man/ipa-dns-install.1 index 4159625d0..7aa032235 100644 --- a/install/tools/man/ipa-dns-install.1 +++ b/install/tools/man/ipa-dns-install.1 @@ -37,6 +37,9 @@ A forwarder is a DNS server where queries for a specific non\-resolvable address \fB\-\-noforwarders\fR Do not add any DNS forwarders, send non\-resolvable addresses to the DNS root servers. .TP +\fB\-\-zonemgr\fR +The e\-mail address of the DNS zone manager. Defaults too root@host.domain +.TP \fB\-d\fR, \fB\-\-debug\fR Enable debug logging when more verbose output is needed .TP diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1 index 2a69643d0..6a9487541 100644 --- a/install/tools/man/ipa-server-install.1 +++ b/install/tools/man/ipa-server-install.1 @@ -22,7 +22,7 @@ ipa\-server\-install \- Configure an IPA server .SH "SYNOPSIS" ipa\-server\-install [\fIOPTION\fR]... .SH "DESCRIPTION" -Configures the services needed by an IPA server. This includes setting up a Kerberos Key Distribution Center (KDC) with an LDAP back\-end, configuring Apache, configuring NTP and starting some IPA\-provided services: ipa_kpasswd and ipa_webgui. By default a dogtag-based CA will be configured to issue server certificates. +Configures the services needed by an IPA server. This includes setting up a Kerberos Key Distribution Center (KDC) with an LDAP back\-end, configuring Apache, configuring NTP and starting some IPA\-provided services: ipa_kpasswd and ipa_webgui. By default a dogtag\-based CA will be configured to issue server certificates. .SH "OPTIONS" .TP \fB\-u\fR, \fB\-\-user\fR=\fIDS_USER\fR @@ -47,7 +47,7 @@ The password for the IPA admin user Enable debug logging when more verbose output is needed .TP \fB\-\-selfsign\fR -Configure a self-signed CA instance for issuing server certificates instead of using dogtag for certificates +Configure a self\-signed CA instance for issuing server certificates instead of using dogtag for certificates .TP \fB\-\-hostname\fR=\fIHOST_NAME\fR The fully\-qualified DNS name of this server @@ -71,6 +71,9 @@ the \fB\-\-no\-forwarders\fR option is specified. \fB\-\-no\-forwarders\fR Do not add any DNS forwarders. Root DNS servers will be used instead. .TP +\fB\-\-zonemgr\fR +The e\-mail address of the DNS zone manager. Defaults too root@host.domain +.TP \fB\-\-no\-host\-dns\fR Do not use DNS for hostname lookup during installation .TP |