Re: Question on configuring Apache Cassandra with LDAP

2017-03-03 Thread Daniel Kleviansky
That is in fact my linked WIP branch, and I can confirm progress was stalled just to other priorities being set! It got to the point (in draft form) where authentication was working, but still need to work on extending IRoleManager. I will say this, while I initially started using the Apache

Re: Question on configuring Apache Cassandra with LDAP

2017-03-03 Thread Sam Tunnicliffe
This is something that has been discussed before and there's an JIRA open for it already, it looks like progress has stalled but you might get some pointers from the linked WIP branch. https://issues.apache.org/jira/browse/CASSANDRA-12294 On Fri, Mar 3, 2017 at 7:45 PM, Harika Vangapelli -T

Question on configuring Apache Cassandra with LDAP

2017-03-03 Thread Harika Vangapelli -T (hvangape - AKRAYA INC at Cisco)
I am trying to configure Cassnadra with LDAP , and I am trying to write code and want to extend the functionality of org.apache.cassandra.auth.PasswordAuthenticator and override authenticate method but As PlainTextSaslAuthenticator innerclass has a private scope not able to use method