update docs description for winrm_use_ntlm directive
This commit is contained in:
parent
fe5c981843
commit
f86e169564
|
@ -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).
|
Loading…
Reference in New Issue