Authentication via username and password in Cassandra

mikcutu

In order to create a DBLink from Oracle to Cassandra, I am trying to have a connection in Cassandra via username and password. By default, the installation of Cassandra does not ask for username. Searching here, I found a topic where it is described the steps for that. unfortunately, when I modify the authenticator and authorizer parameters, the Cassandra CQL Shell opens and immediately closes.

Cassandra Installer version: datastax-ddc-64bit-3.9.0.msi

OS: Windows 7

Can someone tell me how to solve this, please?

Thank you,

undefined_variable

To Solve CQL Shell error edit cqlshrc file.

Default location in windows is C:\Users\USER\.cassandra where USER is windows username.

In cqlshrc file edit following:

[authentication]
;; If Cassandra has auth enabled, fill out these options
username = cassandra
password = cassandra

Note cassandra is default username & password which is also a superuser.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Username and Password for LDAP Authentication

From Dev

Git server with username and password authentication

From Dev

Client/server username/password authentication

From Dev

Git clone with username password authentication in one go

From Dev

Authentication with username & password with node js, AngularJs and JWT

From Dev

Selfhosted WCF Service with SSL and Username and Password authentication

From Dev

remote: Invalid username or password, fatal: Authentication failed for

From Dev

Google Drive API username + password authentication

From Dev

How long can a basic authentication username/password be?

From Dev

Print username and password used in spring security authentication

From Dev

Chatting authentication of password and username to get IP and port

From Dev

Eclipse Luna Not Storing Proxy Authentication Username and Password

From Dev

Thrift sasl with username/password authentication for C++

From Dev

Using JDBC to implement username and password authentication

From Dev

authentication -- making username and password global in java

From Dev

Eclipse Luna Not Storing Proxy Authentication Username and Password

From Dev

get google authentication token using username and password

From Dev

Using Cookie to set username and password via Javascript

From Dev

how to give a username and a password via a git push

From Dev

Phantom Scala Cassandra connector: how to specify port, username, password of nodes

From Dev

Phantom Scala Cassandra connector: how to specify port, username, password of nodes

From Dev

Varnish 4 Basic Authentication constantly prompts for username and password

From Dev

Spring security authentication with 3 fields instead of just username and password

From Java

Use Invoke-WebRequest with a username and password for basic authentication on the GitHub API

From Java

git remote: Invalid username or password. fatal: Authentication failed - ubuntu

From Dev

Authentication to Exchange Web Services without username/password and without Admin involvement

From Dev

remote: Invalid username or password. fatal: Authentication failed for

From Dev

GitHub Authentication from a WPF Application using Username & Password

From Dev

Gitlab 6.2 asking for username and password authentication when pushing to origin

Related Related

  1. 1

    Username and Password for LDAP Authentication

  2. 2

    Git server with username and password authentication

  3. 3

    Client/server username/password authentication

  4. 4

    Git clone with username password authentication in one go

  5. 5

    Authentication with username & password with node js, AngularJs and JWT

  6. 6

    Selfhosted WCF Service with SSL and Username and Password authentication

  7. 7

    remote: Invalid username or password, fatal: Authentication failed for

  8. 8

    Google Drive API username + password authentication

  9. 9

    How long can a basic authentication username/password be?

  10. 10

    Print username and password used in spring security authentication

  11. 11

    Chatting authentication of password and username to get IP and port

  12. 12

    Eclipse Luna Not Storing Proxy Authentication Username and Password

  13. 13

    Thrift sasl with username/password authentication for C++

  14. 14

    Using JDBC to implement username and password authentication

  15. 15

    authentication -- making username and password global in java

  16. 16

    Eclipse Luna Not Storing Proxy Authentication Username and Password

  17. 17

    get google authentication token using username and password

  18. 18

    Using Cookie to set username and password via Javascript

  19. 19

    how to give a username and a password via a git push

  20. 20

    Phantom Scala Cassandra connector: how to specify port, username, password of nodes

  21. 21

    Phantom Scala Cassandra connector: how to specify port, username, password of nodes

  22. 22

    Varnish 4 Basic Authentication constantly prompts for username and password

  23. 23

    Spring security authentication with 3 fields instead of just username and password

  24. 24

    Use Invoke-WebRequest with a username and password for basic authentication on the GitHub API

  25. 25

    git remote: Invalid username or password. fatal: Authentication failed - ubuntu

  26. 26

    Authentication to Exchange Web Services without username/password and without Admin involvement

  27. 27

    remote: Invalid username or password. fatal: Authentication failed for

  28. 28

    GitHub Authentication from a WPF Application using Username & Password

  29. 29

    Gitlab 6.2 asking for username and password authentication when pushing to origin

HotTag

Archive