Re: cassandra non-super user login fails but super user works

2017-10-24 Thread Sam Tunnicliffe
> > Thanks, > > Meg Mara > > > > *From:* Justin Cameron [mailto:jus...@instaclustr.com] > *Sent:* Sunday, October 22, 2017 6:21 PM > *To:* user@cassandra.apache.org > *Subject:* Re: cassandra non-super user login fails but super user works > > > > Try setti

RE: cassandra non-super user login fails but super user works

2017-10-23 Thread Meg Mara
Subject: Re: cassandra non-super user login fails but super user works Try setting the replication factor of the system_auth keyspace to the number of nodes in your cluster. ALTER KEYSPACE system_auth WITH replication = {'class': 'NetworkTopologyStrategy', '': ''}; On Sun, 22 Oct 2017 at 20:06

Re: cassandra non-super user login fails but super user works

2017-10-22 Thread Justin Cameron
Try setting the replication factor of the system_auth keyspace to the number of nodes in your cluster. ALTER KEYSPACE system_auth WITH replication = {'class': 'NetworkTopologyStrategy', '': ''}; On Sun, 22 Oct 2017 at 20:06 Who Dadddy wrote: > Anyone seen this before?

cassandra non-super user login fails but super user works

2017-10-22 Thread Who Dadddy
Anyone seen this before? Pretty basic setup, super user can login fine but non-super user can’t? Any pointers appreciated. - To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org For additional commands, e-mail: