Page 1 of 1

Mongo DB access with LDAP authentication

PostPosted: Fri Apr 15, 2016 1:47 am
by satyakishorm
Hello Serge,

First of all, thanks for providing such a nice tool. I really liked using it.

I have a request to make. Can you please add the ability to connect to Mongo DB using LDAP authentication?. I'm forced to use a different tool as this feature is not available in DBeaver client.

Re: Mongo DB access with LDAP authentication

PostPosted: Fri Apr 15, 2016 12:54 pm
by Serge
You could try to auth with LDAP using existing methods.

Set auth Machanism PLAIN and set Database name to $extrernal.
User and password from your LDAP account.

Please let me know abut results.