diff options
author | meisterfischy <grbmn@kstn.in> | 2022-01-22 17:19:41 +0100 |
---|---|---|
committer | meisterfischy <grbmn@kstn.in> | 2022-01-22 17:19:41 +0100 |
commit | 3db33ef566777f1963b6d6f0c7b6d7dcd14ed866 (patch) | |
tree | 0641584e2b2b753bcb9a540e38ab43c43ea15992 /roles/icinga2/templates/web/groups.ini.j2 | |
parent | a28793b684b3299c95e04924ed18e0fe5cd6f107 (diff) | |
parent | d400f8820ad8e824ce454d9283e2bb8d6a28cdd3 (diff) | |
download | ansible_collection-3db33ef566777f1963b6d6f0c7b6d7dcd14ed866.tar.gz |
Merge branch 'dev' of giteaprod-01.my.cum.re:infra/ansible-kompetenzbolzen-stuff into calibre
Diffstat (limited to 'roles/icinga2/templates/web/groups.ini.j2')
-rw-r--r-- | roles/icinga2/templates/web/groups.ini.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/icinga2/templates/web/groups.ini.j2 b/roles/icinga2/templates/web/groups.ini.j2 index 848b254..04dba70 100644 --- a/roles/icinga2/templates/web/groups.ini.j2 +++ b/roles/icinga2/templates/web/groups.ini.j2 @@ -13,5 +13,5 @@ group_class = {{ icingaweb.ldap.groups.group_class }} group_filter = {{ icingaweb.ldap.groups.group_filter }} user_base_dn = {{ icingaweb.ldap.groups.user_base_dn }} user_class = {{ icingaweb.ldap.groups.user_class }} -user_name_attribute = {{ icingaweb.ldap.groups.uid }} +user_name_attribute = {{ icingaweb.ldap.groups.user_name_attribute }} {% endif %} |