This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b641ba  fix NTLM description
7b641ba is described below

commit 7b641ba3ad38de5eac0bfe3638fe1e7ba81e82f4
Author: Alex Heneveld <[email protected]>
AuthorDate: Tue Aug 31 14:04:40 2021 +0100

    fix NTLM description
---
 guide/blueprints/winrm/client.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guide/blueprints/winrm/client.md b/guide/blueprints/winrm/client.md
index 3edbd74b..ebf6008 100644
--- a/guide/blueprints/winrm/client.md
+++ b/guide/blueprints/winrm/client.md
@@ -15,7 +15,7 @@ parameters available for WinRM.
   Default value: `false`
 * retriesOfNetworkFailures <Integer>: The parameter sets the number of retries 
for connection failures. If you use high value, consider taking care for the 
machine's network.<br>
   Default value: `4`
-* winrm.useNtlm <Boolean>: The parameter configures tells the machine sensors 
whether the WinRM port is over HTTPS. If the parameter is true then 5986 will 
be used as a WinRM port.<br>
+* winrm.useNtlm <Boolean>: The parameter configures whether to use NTLM for 
authentication (recommended, as this will encrypt traffic after 
authentication).<br>
   Default value: `true`
 * winrm.computerName <String>: Windows Computer Name to use for 
authentication.<br>
   Default value: `null`

Reply via email to