Fix issue with LDAP protocol radio button

This patch modifies the label of the radio button used for selecting
the LDAP protocol to make it unique across all the StackLight plugins.

Change-Id: I3e2de2c59bc46594293cfd902098b9ae7292869b
Partial-Bug: #1599778
This commit is contained in:
Guillaume Thouvenin 2016-08-09 11:59:41 +02:00
parent e0130a81d5
commit 459a7f2723
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ if $tls_enabled {
}
$ldap_enabled = $elasticsearch_kibana['ldap_enabled'] or false
$ldap_protocol = $elasticsearch_kibana['ldap_protocol']
$ldap_protocol = $elasticsearch_kibana['ldap_protocol_for_kibana']
$ldap_servers = split($elasticsearch_kibana['ldap_servers'], '\s+')
$ldap_bind_dn = $elasticsearch_kibana['ldap_bind_dn']
$ldap_bind_password = $elasticsearch_kibana['ldap_bind_password']

View File

@ -148,7 +148,7 @@ attributes:
weight: 100
type: "checkbox"
ldap_protocol:
ldap_protocol_for_kibana:
type: "radio"
value: 'ldap'
weight: 110