mirror of
https://github.com/inspec/inspec
synced 2024-11-11 07:34:15 +00:00
winrm_basic_auth_only
Signed-off-by: Shawn Foley <shawn.foley@marketleader.com>
This commit is contained in:
parent
f6f9a14fc3
commit
83bc974923
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ module Inspec
|
||||||
desc: "Specify which transport to use, defaults to negotiate (WinRM)."
|
desc: "Specify which transport to use, defaults to negotiate (WinRM)."
|
||||||
option :winrm_disable_sspi, type: :boolean,
|
option :winrm_disable_sspi, type: :boolean,
|
||||||
desc: "Whether to use disable sspi authentication, defaults to false (WinRM)."
|
desc: "Whether to use disable sspi authentication, defaults to false (WinRM)."
|
||||||
option :winrm_basic_auth, type: :boolean,
|
option :winrm_basic_auth_only, type: :boolean,
|
||||||
desc: "Whether to use basic authentication, defaults to false (WinRM)."
|
desc: "Whether to use basic authentication, defaults to false (WinRM)."
|
||||||
option :config, type: :string,
|
option :config, type: :string,
|
||||||
desc: "Read configuration from JSON file (`-` reads from stdin)."
|
desc: "Read configuration from JSON file (`-` reads from stdin)."
|
||||||
|
|
Loading…
Reference in a new issue