Support for multiple LDAP hosts #752

Open
opened 2026-03-04 10:53:39 -05:00 by deekerman · 0 comments
Owner

Originally created by @stephanonepoint on GitHub (Jul 22, 2024).

It would be convenient to have the possibility to pass to the ldap host a list of hosts or the various hosts to be given in a string with a comma separated hosts in the cloudbeaver.conf.

Currently the configuration file only allow one string host to be given as follow :
authConfigurations: [ { "id": "ldap", "provider": "ldap", "displayName": "LDAP", "disabled": false, "iconURL": "", "description": "", "parameters": { "ldap-host": "{{ ldap_host }}", "ldap-port": "636", "ldap-dn": "{{ ldap_dn }}" } }

(For the Community Edition)

Originally created by @stephanonepoint on GitHub (Jul 22, 2024). It would be convenient to have the possibility to pass to the ldap host a list of hosts or the various hosts to be given in a string with a comma separated hosts in the **cloudbeaver.conf**. Currently the configuration file only allow one string host to be given as follow : `authConfigurations: [ { "id": "ldap", "provider": "ldap", "displayName": "LDAP", "disabled": false, "iconURL": "", "description": "", "parameters": { "ldap-host": "{{ ldap_host }}", "ldap-port": "636", "ldap-dn": "{{ ldap_dn }}" } } ` (For the Community Edition)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#752
No description provided.