Cmdlets for Cassandra

Build 24.0.8963

AuthScheme Parameter (Connect-Cassandra Cmdlet)

The scheme used for authentication. Accepted entries are Basic, DSE, Kerberos, and LDAP.

Syntax

Connect-Cassandra -AuthScheme string

Possible Values

Basic, DSE, Kerberos, LDAP

Data Type

cstr

Default Value

"Basic"

Remarks

Set this property to authenticate to open-source or DataStax Enterprise (DSE) Cassandra instances.

Together with Password and User, this field is used to authenticate against the server. Basic is the default option. Use the following options to select your authentication scheme:

  • Basic: Set this to authenticate with login credentials and Cassandra's built-in authentication.
  • DSE: Set this to authenticate with login credentials and the DSE Unified Authenticator.
  • Kerberos: Set this to use Kerberos to authenticate.
  • LDAP: Set this to use LDAP to authenticate.
See the Getting Started section for guides to using each authentication method.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963