From adadbc96631b60ee96721eb8aa4571bcb93ea947 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 24 Apr 2023 23:18:22 +0200 Subject: [PATCH] new Vorstand, new permissions --- group_vars/all/vars.yml | 2 +- roles/bk_dss/templates/config.cfg.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/all/vars.yml b/group_vars/all/vars.yml index 46afc60..fae3323 100644 --- a/group_vars/all/vars.yml +++ b/group_vars/all/vars.yml @@ -100,7 +100,7 @@ mail_aliases: - "root@binary-kitchen.de moepman@binary-kitchen.de,kishi@binary-kitchen.de" - "seife@binary-kitchen.de anke@binary-kitchen.de" - "siebdruck@binary-kitchen.de anke@binary-kitchen.de" -- "vorstand@binary-kitchen.de anti@binary-kitchen.de,avarrish@binary-kitchen.de,ralf@binary-kitchen.de,zaesa@binary-kitchen.de" +- "vorstand@binary-kitchen.de anke@binary-kitchen.de,anti@binary-kitchen.de,avarrish@binary-kitchen.de,christoph@schindlbeck.eu,ralf@binary-kitchen.de,zaesa@binary-kitchen.de" - "voucher1@binary-kitchen.de exxess@binary-kitchen.de" - "voucher2@binary-kitchen.de exxess@binary-kitchen.de" - "voucher3@binary-kitchen.de exxess@binary-kitchen.de" diff --git a/roles/bk_dss/templates/config.cfg.j2 b/roles/bk_dss/templates/config.cfg.j2 index 66885ba..30c5dac 100644 --- a/roles/bk_dss/templates/config.cfg.j2 +++ b/roles/bk_dss/templates/config.cfg.j2 @@ -8,7 +8,7 @@ LDAP_CA = "/etc/ssl/certs/ca-certificates.crt" LDAP_URI = "{{ ldap_uri }}" LDAP_BASE = "{{ ldap_base }}" -ADMINS = [ "cn=moepman,ou=people,dc=binary-kitchen,dc=de", "cn=marove,ou=people,dc=binary-kitchen,dc=de", "cn=zaesa,ou=people,dc=binary-kitchen,dc=de", "cn=Manager,dc=binary-kitchen,dc=de" ] +ADMINS = [ "cn=moepman,ou=people,dc=binary-kitchen,dc=de", "cn=anke,ou=people,dc=binary-kitchen,dc=de", "cn=toffy,ou=people,dc=binary-kitchen,dc=de", "cn=zaesa,ou=people,dc=binary-kitchen,dc=de", "cn=Manager,dc=binary-kitchen,dc=de" ] USER_DN = "cn={user},ou=people,dc=binary-kitchen,dc=de"