How to change ldap-security to none on database

Hi,

We are unable to access metabase due to problem in TLS when connecting to LDAP server.

We are trying to set ldap-security manually on the ‘setting ‘ table. We:

  1. turned the service off

  2. changed setting.ldap.security to none on the database.

  3. restarted metabase.

Problem is that it keeps using TLS when connecting with ldap server:

ERROR api.session :: Problem connecting to LDAP server, will fall back to local authentication
LDAPException(resultCode=82 (local error), errorMessage='The connection reader was unable to successfully complete TLS negotiation: SSLHandshakeException(Received fatal alert:
handshake_failure), ldapSDKVersion=5.1.1, revision=580fabe31b0752099ccd9a835fe7da96e8251e28')

Our metabase version is v0.50.35

Can you help us ?
Geraldo Lopes de Souza

Try setting by environment variable:

export MB_LDAP_SECURITY=none

If that doesn’t work, try putting a colon in there:

export MB_LDAP_SECURITY=":none"