Error with LDAP Configuration

Hi,

I’ve tried to configure LDAP Authentication, but I got this error after restarting:

Exception in thread “main” java.lang.RuntimeException: Unknown auth type ‘ldap’ set in config path 'services.coordinator.web.auth.type’
at com.dremio.dac.daemon.DACDaemonModule.setupUserService(DACDaemonModule.java:497)
at com.dremio.dac.daemon.DACDaemonModule.build(DACDaemonModule.java:254)
at com.dremio.dac.daemon.DACDaemon.(DACDaemon.java:160)
at com.dremio.dac.daemon.DACDaemon.newDremioDaemon(DACDaemon.java:257)
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:109)

Thank you,

LDAP is an enterprise-only feature, not available in the community edition.

You can compare the various editions of the product at that page: https://www.dremio.com/download/

I see. Thank you.
I suggest to include this information on docs.

1 Like

Point taken: we will update the docs to make more explicit when features are only available to some editions. In the meanwhile, if you want to evaluate the Enterprise edition, don’t hesitate to contact us at https://www.dremio.com/lp/contact/!

We’ve expanded on the differences between Community and Enterprise editions here: https://www.dremio.com/enterprise-edition/

We’ll also update the docs this week. Thanks!