diff options
author | Jan Cholasta <jcholast@redhat.com> | 2011-07-11 10:14:53 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2011-07-15 16:42:16 +0200 |
commit | 881df73568a9638bba6a6d0ae2e715cf249f6fa4 (patch) | |
tree | 563a44d98a84066b18172b89b1402953140d8eb8 /install/tools/man/ipa-server-install.1 | |
parent | 1c5028c17df9dc903a6db2712738670c3534246f (diff) | |
download | freeipa.git-881df73568a9638bba6a6d0ae2e715cf249f6fa4.tar.gz freeipa.git-881df73568a9638bba6a6d0ae2e715cf249f6fa4.tar.xz freeipa.git-881df73568a9638bba6a6d0ae2e715cf249f6fa4.zip |
Fix creation of reverse DNS zones.
Create reverse DNS zone for /24 IPv4 subnet and /64 IPv6 subnet by
default instead of using the netmask from the --ip-address option.
Custom reverse DNS zone can be specified using new --reverse-zone
option, which replaces the old --ip-address netmask way of creating
reverse zones.
The reverse DNS zone name is printed to the user during the install.
ticket 1398
Diffstat (limited to 'install/tools/man/ipa-server-install.1')
-rw-r--r-- | install/tools/man/ipa-server-install.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1 index 40d86e70..7450ab98 100644 --- a/install/tools/man/ipa-server-install.1 +++ b/install/tools/man/ipa-server-install.1 @@ -79,6 +79,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\-\-reverse\-zone\fR=\fIREVERSE_ZONE\fR +The reverse DNS zone to use +.TP \fB\-\-no\-reverse\fR Do not create reverse DNS zone .TP |