blob: 02b46f13d1a29d383ceac12eeb9f0e1f786c89d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[icingaweb2]
backend = "db"
resource = "icingaweb_db"
{% if icingaweb.ldap.use_ldap %}
[auth_ldap]
backend = ldap
resource = ldap_server
user_class = {{ icingaweb.ldap.user_class }}
user_name_attribute = {{ icingaweb.ldap.user_name_attribute }}
filter = "{{ icingaweb.ldap.filter }}"
{% endif %}
|