diff options
author | Petr Spacek <pspacek@redhat.com> | 2016-08-22 09:07:59 +0200 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2016-08-22 12:30:01 +0200 |
commit | 3cf80e747d0172f7a80f5393c4481392e4448ca6 (patch) | |
tree | 29e95581c71d3bbff9c2510d3cbdc6e82d276f45 | |
parent | cf74584d0f772f3f5eccc1d30c001e4212a104fd (diff) | |
download | freeipa-3cf80e747d0172f7a80f5393c4481392e4448ca6.tar.gz freeipa-3cf80e747d0172f7a80f5393c4481392e4448ca6.tar.xz freeipa-3cf80e747d0172f7a80f5393c4481392e4448ca6.zip |
adtrust-install: Mention AD GC port 3286 in list of required ports.
Port name "msft-gc" is taken form /etc/services file provided by package
setup-2.10.1-1.fc24.noarch.
https://fedorahosted.org/freeipa/ticket/6235
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
-rwxr-xr-x | install/tools/ipa-adtrust-install | 1 | ||||
-rw-r--r-- | install/tools/man/ipa-adtrust-install.1 | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install index 5ba72a65d..ca09ca97b 100755 --- a/install/tools/ipa-adtrust-install +++ b/install/tools/ipa-adtrust-install @@ -488,6 +488,7 @@ You must make sure these network ports are open: \t * 139: netbios-ssn \t * 445: microsoft-ds \t * 1024..1300: epmap listener range +\t * 3268: msft-gc \tUDP Ports: \t * 138: netbios-dgm \t * 139: netbios-ssn diff --git a/install/tools/man/ipa-adtrust-install.1 b/install/tools/man/ipa-adtrust-install.1 index 36c468336..fbf430ad2 100644 --- a/install/tools/man/ipa-adtrust-install.1 +++ b/install/tools/man/ipa-adtrust-install.1 @@ -52,6 +52,8 @@ the following ports to be open to allow IPA and Active Directory to communicate .IP \(bu 1024/tcp through 1300/tcp to allow EPMAP on port 135/tcp to create a TCP listener based on an incoming request. +.IP +\(bu 3268/tcp Microsoft-GC .TP \fBUDP Ports\fR .IP |