Re: AW: PasswordAuthenticator

2013-06-06 Thread Michael Hanl
Just for the record, I worked around this issue. Since there has been no indication what so ever, where this went wrong (since no log was registered), I manually created the user in system_auth.users and system_auth.credentials. After switching to PasswordAuthenticator, I could successfully

AW: PasswordAuthenticator

2013-06-05 Thread Michael Hanl
27;t you have a default "cassandra" user in system_auth.users? > >cqlsh> SELECT * from system_auth.users ; > > name | super >---+--- > cassandra | True > >It should be created on startup and you should see this in your logs: > >"PasswordAut

Re: PasswordAuthenticator

2013-06-05 Thread Michal Michalski
Don't you have a default "cassandra" user in system_auth.users? cqlsh> SELECT * from system_auth.users ; name | super ---+--- cassandra | True It should be created on startup and you should see this in your logs: "PasswordAuthenticator created

PasswordAuthenticator

2013-06-05 Thread Michael Hanl
Hello, Based on several examples online I was trying to use the PasswordAuthenticator on our project nodes. Although setting it up with the version 1.2.5 of cassandra was not that difficult, I cannot seem to get access neither in cqlsh nor in the CLI. Having a look at the filesystem and the