mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 10:38:33 +01:00
feat: icingaweb2 auth config
This commit is contained in:
12
roles/monitoring-master/templates/icingaweb2/groups.ini
Normal file
12
roles/monitoring-master/templates/icingaweb2/groups.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[icingaweb2]
|
||||
backend = "db"
|
||||
resource = "icingaweb_db"
|
||||
|
||||
[ldap_groups]
|
||||
backend = "ldap"
|
||||
resource = "ldap_groups_auth"
|
||||
group_class = "groupOfNames"
|
||||
group_name_attribute = "cn"
|
||||
user_name_attribute = "uid"
|
||||
user_backend = "ldap_users"
|
||||
user_class = "inetOrgPerson"
|
||||
Reference in New Issue
Block a user