From d13c2e5fd0e4b16d77175bd91de2a3965a0b7c16 Mon Sep 17 00:00:00 2001 From: x p k Date: Mon, 29 Apr 2019 10:39:19 +0800 Subject: [PATCH] doc: updated readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b866891..f89186e 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,10 @@ Writes adcli output to /var/log/adcli.log a-hostname-with-more-than-15-characters ansible_host=192.168.1.101 ad_netbios_name=shorterMe ``` + +## Pre-checks +Check that the target machines have access to AD controller on these ports: 53, 88, 389, 445. e.g. +``` +nmap -p53,88,389,445 +``` +