update docs description for winrm_use_ntlm directive

This commit is contained in:
Lee 2017-06-07 20:59:55 +01:00
parent fe5c981843
commit f86e169564
1 changed files with 4 additions and 1 deletions

View File

@ -128,4 +128,7 @@ The WinRM communicator has the following options.
- `winrm_insecure` (boolean) - If true, do not check server certificate
chain and host name
- `winrm_use_ntlm` (boolean) - If true, use NTLM authentication for WinRM
- `winrm_use_ntlm` (boolean) - If true, NTLM authentication will be used for WinRM,
rather than default (basic authentication), removing the requirement for basic
authentication to be enabled within the target guest. Further reading for remote
connection authentication can be found [here](https://msdn.microsoft.com/en-us/library/aa384295(v=vs.85).aspx).