{% extends "base.html" %} {% set active_page = "settings_ldap" %} {% set can_edit = current_user.has_permission('settings_ldap.edit') and license_active() %} {% block page_title %}LDAP / Active Directory{% endblock %} {% block page_sub %}
{% endblock %} {% block content %} {% import "_hint_icon.html" as hi %}{% if current_user.has_permission('settings_ldap.edit') %} Nur mit Lizenz verfügbar — siehe Lizenz. {% else %} Für Änderungen fehlt das Recht „LDAP/AD-Konfiguration speichern“. {% endif %}
{% endif %}| AD-Gruppe | App-Rechtegruppe | Aktionen |
|---|---|---|
| {{ m.ad_group_name }} {{ m.ad_group_dn }} |
{{ m.app_group_name or '—' }} |
{% if can_edit %}
|
Noch keine Zuordnung angelegt — alle neuen AD-Benutzer erhalten nur die Standardgruppe.
{% endif %}