From 3cf80e747d0172f7a80f5393c4481392e4448ca6 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Mon, 22 Aug 2016 09:07:59 +0200 Subject: 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 --- install/tools/ipa-adtrust-install | 1 + install/tools/man/ipa-adtrust-install.1 | 2 ++ 2 files changed, 3 insertions(+) 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 -- cgit