Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Enterprise. Switch to the latest stable version.
Note
This feature is only available with Scylla Enterprise. If you are using Scylla Open Source, this feature will not be available.
Added in version Scylla: Enterprise 2021.1.2
Scylla supports user authentication via an LDAP server by leveraging the SaslauthdAuthenticator. By configuring saslauthd correctly against your LDAP server, you enable Scylla to check the user’s credentials through it.
Before You Begin
This procedure requires you to install and configure saslauthd. The general instructions are here.
Follow all of the steps in this procedure and use the code snippets below to list LDAP as the authentication mechanism.
You must list LDAP as saslauthd’s authentication mechanism:
Edit /etc/sysconfig/saslauthd
and add:
MECH=ldap
Edit /etc/default/saslauthd
and add:
MECHANISMS=ldap
You also have to edit the /etc/saslauthd.conf file to provide adequate parameter values for your LDAP server.
Was this page helpful?