Cmdlets for Cassandra

Build 23.0.8839

AuthScheme Parameter (Connect-Cassandra Cmdlet)

認証で使用されるスキーム。利用可能なエンティティは、Basic、DSE、Kerberos、および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.

このフィールドは、Password およびUser とともに、サーバーに対して認証をするために使われます。デフォルトオプションはBasic です。次のオプションを使って、認証スキームを選択してください。

  • 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 23.0.8839