doc: updated readme

This commit is contained in:
xpk
2019-04-29 10:39:19 +08:00
parent 028cb3f83e
commit d13c2e5fd0
+7
View File
@@ -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 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 <ad controller ip>
```