Clarify NTLMv2 support in documentation

This commit is contained in:
Rafael Rivera 2018-10-04 22:21:44 -07:00
parent 1826840887
commit e1474e91a6
1 changed files with 6 additions and 4 deletions

View File

@ -153,10 +153,12 @@ The WinRM communicator has the following options.
become available. This defaults to `30m` since setting up a Windows
machine generally takes a long time.
- `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).
- `winrm_use_ntlm` (boolean) - If `true`, NTLMv2 authentication (with
session security) 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).
- `winrm_use_ssl` (boolean) - If `true`, use HTTPS for WinRM.