diff options
author | Martin Basti <mbasti@redhat.com> | 2017-03-08 12:50:44 +0100 |
---|---|---|
committer | Martin Babinsky <mbabinsk@redhat.com> | 2017-03-08 12:57:53 +0100 |
commit | 6c95f33d37a2c346fc56d9890d594f1e40029c77 (patch) | |
tree | 6bf84682ec600c31ba4fb273e70435f3602ebea4 /install | |
parent | 19426f32ff99feb7c64a4174728cd2b6b946a49a (diff) | |
download | freeipa-6c95f33d37a2c346fc56d9890d594f1e40029c77.tar.gz freeipa-6c95f33d37a2c346fc56d9890d594f1e40029c77.tar.xz freeipa-6c95f33d37a2c346fc56d9890d594f1e40029c77.zip |
man: add missing --setup-adtrust option to manpage
ipa-server-install and ipa-replica-install manpages miss --setup-adtrust
options
https://pagure.io/freeipa/issue/6630
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'install')
-rw-r--r-- | install/tools/man/ipa-replica-install.1 | 3 | ||||
-rw-r--r-- | install/tools/man/ipa-server-install.1 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/install/tools/man/ipa-replica-install.1 b/install/tools/man/ipa-replica-install.1 index f9ebd877d..362ce03d7 100644 --- a/install/tools/man/ipa-replica-install.1 +++ b/install/tools/man/ipa-replica-install.1 @@ -201,6 +201,9 @@ Disable DNSSEC validation on this server. .SS "AD TRUST OPTIONS" .TP +\fB\-\-setup\-adtrust\fR +Configure AD Trust capability on a replica. +.TP \fB\-\-netbios\-name\fR=\fINETBIOS_NAME\fR The NetBIOS name for the IPA domain. If not provided then this is determined based on the leading component of the DNS domain name. Running diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1 index cd68f72ed..81663b08e 100644 --- a/install/tools/man/ipa-server-install.1 +++ b/install/tools/man/ipa-server-install.1 @@ -198,6 +198,9 @@ Allow creatin of (reverse) zone even if the zone is already resolvable. Using th .SS "AD TRUST OPRIONS" .TP +\fB\-\-setup\-adtrust\fR +Configure AD Trust capability. +.TP \fB\-\-netbios\-name\fR=\fINETBIOS_NAME\fR The NetBIOS name for the IPA domain. If not provided then this is determined based on the leading component of the DNS domain name. Running |