AuthScheme Parameter (Connect-ApacheHBase Cmdlet)
The scheme used for authentication. Accepted entries are None, Basic, and Negotiate (Kerberos). None is the default.
Syntax
Connect-ApacheHBase -AuthScheme string
Possible Values
None, Basic, NegotiateData Type
cstr
Default Value
"None"
Remarks
This field is used to authenticate against the server. Use the following options to select your authentication scheme:
- None: No authentication is performed.
- Basic: Basic authentication is performed.
- Negotiate: If AuthScheme is set to Negotiate, the cmdlet will Negotiate an authentication mechanism with the server. Set AuthScheme to Negotiate if you want to use Kerberos authentication.