2026-07-03 16:57:04 -04:00
|
|
|
; Géré par Set-OPS (rôle serveur_icingaweb2). Ne pas éditer à la main.
|
2026-07-03 19:05:04 -04:00
|
|
|
{% if serveur_icingaweb2_auth == 'external' %}
|
|
|
|
|
; SSO : l'utilisateur est fourni par la passerelle (oauth2-proxy → Keycloak) via REMOTE_USER.
|
|
|
|
|
[icingaweb2]
|
|
|
|
|
backend = "external"
|
|
|
|
|
{% else %}
|
2026-07-03 16:57:04 -04:00
|
|
|
[icingaweb2]
|
|
|
|
|
backend = "ldap"
|
|
|
|
|
resource = "icingaweb_ldap"
|
|
|
|
|
user_class = "{{ serveur_icingaweb2_ldap_user_class }}"
|
|
|
|
|
user_name_attribute = "{{ serveur_icingaweb2_ldap_user_attr }}"
|
|
|
|
|
base_dn = "{{ serveur_icingaweb2_ldap_users_dn }}"
|
2026-07-03 19:05:04 -04:00
|
|
|
{% endif %}
|