Merge pull request #6803 from riverar/ntlmv2_docfix

NTLMv2 support docfix
This commit is contained in:
Adrien Delorme 2018-10-05 10:02:50 +02:00 committed by GitHub
commit 5336ac70f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 become available. This defaults to `30m` since setting up a Windows
machine generally takes a long time. machine generally takes a long time.
- `winrm_use_ntlm` (boolean) - If `true`, NTLM authentication will be used for WinRM, - `winrm_use_ntlm` (boolean) - If `true`, NTLMv2 authentication (with
rather than default (basic authentication), removing the requirement for basic session security) will be used for WinRM, rather than
authentication to be enabled within the target guest. Further reading for remote default (basic authentication), removing the requirement for basic
connection authentication can be found [here](https://msdn.microsoft.com/en-us/library/aa384295(v=vs.85).aspx). 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. - `winrm_use_ssl` (boolean) - If `true`, use HTTPS for WinRM.