question

francis.ofougwuka_151231 avatar image
francis.ofougwuka_151231 asked francis.ofougwuka_151231 commented

Clients CQLSH LDAP AuthenticationFailed

Hello,

I have enabled ldap and internal authentication on my cluster but when i tried accessing cassandra outside of cluster node using cqlsh or cassandra-driver with ldap login i get authentication error, but from any of the cluster node it works.

I also tested internal user and that works perfectly both from outside and any of the cluster node.


Does anyone know the reason why???

authenticationcqlsh_authentication
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Erick Ramirez avatar image
Erick Ramirez answered francis.ofougwuka_151231 commented

@francis.ofougwuka_151231 if you're connecting remotely from an open-source Apache Cassandra cqlsh, it won't work since it's a feature that only works with DSE.

Similarly, clusters configured with DSE Unified Authenticator need to use one of the DSE drivers since the advanced security feature will not work with the OSS driver versions. For more information, see DataStax drivers. Cheers!

1 comment Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

francis.ofougwuka_151231 avatar image francis.ofougwuka_151231 commented ·

Thanks @Erick Ramirez for the clarification.

1 Like 1 ·