traffic_packets: add windows instructions for ldap 0 simple bind
authorJoe Guo <joeg@catalyst.net.nz>
Fri, 27 Apr 2018 02:51:11 +0000 (14:51 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 12 May 2018 00:09:29 +0000 (02:09 +0200)
commiteafda9137afba96e2375262f846f79597583ab82
tree6317c12afe4f905a986d6ab8a89969a804888b0c
parent14af041c139984591698f9e176ff9ba9a428dc34
traffic_packets: add windows instructions for ldap 0 simple bind

To run packet_ldap_0 simple bind test against Windows, we need to
install CA on Windows with following PowerShell commands:

  Install-windowsfeature ADCS-Cert-Authority
  Install-AdcsCertificationAuthority -CAType EnterpriseRootCA
  Restart-Computer

Otherwise we will get `NT_STATUS_CONNECTION_RESET` error.

Didn't change any code, just add above instructions in comment.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
python/samba/emulate/traffic.py