We are implementing our own LDAP IAuthenticator in a separate jar file. What would be the best way to load in in Cassandra such that authenticator: works for our class file in yaml? Just put it in the classpath?
LDAP implementation of IAuthenticator
(2 posts) (2 voices)-
Posted 1 year ago #
-
The most direct route is to place your jar in the same directory where the cassandra jars are installed (depending on whether you used a package or tar ball). Everything with a ".jar" suffix from that directory is included.
Posted 1 year ago #
Reply
You must log in to post.
