From b7e9ba21ba7c84465d4543a6590a6150a36bd363 Mon Sep 17 00:00:00 2001 From: Dave Kempe <dave@sol1.com.au> Date: Wed, 6 May 2020 11:03:06 +1000 Subject: [PATCH] fix type --- templates/resources_ini.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/resources_ini.j2 b/templates/resources_ini.j2 index 6a0d15b..42e3baf 100644 --- a/templates/resources_ini.j2 +++ b/templates/resources_ini.j2 @@ -36,6 +36,7 @@ persistent = "0" {% if icingaweb2_ldap_auth == true %} [{{ icingaweb2_ldap_name }}-ldap] +type = "ldap" hostname = "{{ icingaweb2_ldap_hostname }}" port = "{{ icingaweb2_ldap_port }}" root_dn = "{{ icingaweb2_ldap_root_dn }}" -- GitLab