kibana-mithril icon indicating copy to clipboard operation
kibana-mithril copied to clipboard

Request to add TLS to ldap

Open jenningsloy318 opened this issue 6 years ago • 3 comments

Hi,

Is there any plan to support ldaps, so connection between kibana and ldap server with encryption.

so make the connection more secure.

jenningsloy318 avatar May 21 '19 02:05 jenningsloy318

Hello,

I assumed that LDAPS would work just by configuring the ldaps:// protocol instead of ldap:// and probably setting up a truststore somehow.

The answer is probably here http://ldapjs.org/server.html

I would like so support it of course, this is however a low-priority project for now, because it's so expensive to maintain.

codingchili avatar Nov 03 '19 22:11 codingchili

Hello,

But don't find any descripiton to config the ldap server CA certificate, is any thing missing here ?

jenningsloy318 avatar Nov 18 '19 09:11 jenningsloy318

Hello,

look for starttls on this page

  • http://ldapjs.org/client.html

it requires some changes to the code, I don't have the time for this right now.

codingchili avatar May 02 '20 14:05 codingchili