diff options
author | Petr Spacek <pspacek@redhat.com> | 2016-11-14 08:55:52 +0100 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2016-11-14 17:33:30 +0100 |
commit | 623cc428cfd79ea228bda6e88dc48bad9aaf61aa (patch) | |
tree | f24493362b6b978a1e95f110b64ff891804f57dd | |
parent | 414ed0d182e55dfe18f31ebbbc97095b989fc162 (diff) | |
download | freeipa-623cc428cfd79ea228bda6e88dc48bad9aaf61aa.tar.gz freeipa-623cc428cfd79ea228bda6e88dc48bad9aaf61aa.tar.xz freeipa-623cc428cfd79ea228bda6e88dc48bad9aaf61aa.zip |
Update man page for ipa-adtrust-install by removing --no-msdcs option
https://fedorahosted.org/freeipa/ticket/6480
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
-rw-r--r-- | install/tools/man/ipa-adtrust-install.1 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/install/tools/man/ipa-adtrust-install.1 b/install/tools/man/ipa-adtrust-install.1 index fbf430ad2..6e8438b82 100644 --- a/install/tools/man/ipa-adtrust-install.1 +++ b/install/tools/man/ipa-adtrust-install.1 @@ -75,33 +75,6 @@ ipa\-adtrust\-install for a second time with a different NetBIOS name will change the name. Please note that changing the NetBIOS name might break existing trust relationships to other domains. .TP -\fB\-\-no\-msdcs\fR -Do not create DNS service records for Windows in managed DNS server. Since those -DNS service records are the only way to discover domain controllers of other -domains they must be added manually to a different DNS server to allow trust -realationships work properly. All needed service records are listed when -ipa\-adtrust\-install finishes and either \-\-no\-msdcs was given or no IPA DNS -service is configured. Typically service records for the following service names -are needed for the IPA domain which should point to all IPA servers: -.IP -\(bu _ldap._tcp -.IP -\(bu _kerberos._tcp -.IP -\(bu _kerberos._udp -.IP -\(bu _ldap._tcp.dc._msdcs -.IP -\(bu _kerberos._tcp.dc._msdcs -.IP -\(bu _kerberos._udp.dc._msdcs -.IP -\(bu _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs -.IP -\(bu _kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs -.IP -\(bu _kerberos._udp.Default-First-Site-Name._sites.dc._msdcs -.TP \fB\-\-add\-sids\fR Add SIDs to existing users and groups as on of final steps of the ipa\-adtrust\-install run. If there a many existing users and groups and a |