From 26a4ba5e727846b7c3edcbef8407e8547a720f37 Mon Sep 17 00:00:00 2001 From: shirenn <shirenn@crans.org> Date: Tue, 24 May 2022 17:28:20 +0200 Subject: [PATCH] =?UTF-8?q?ansible=5Fvault=20=E2=86=92=20ansible/:=20thelo?= =?UTF-8?q?unge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- group_vars/thelounge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/thelounge.yml b/group_vars/thelounge.yml index fee11393..8c4c891c 100644 --- a/group_vars/thelounge.yml +++ b/group_vars/thelounge.yml @@ -19,8 +19,8 @@ glob_thelounge: ldap: url: "ldap://172.16.10.157" primaryKey: "cn" - rootDN: "cn=thelounge,ou=service-users,dc=crans,dc=org" - rootPassword: "{{ vault.ldap_thelounge }}" + rootDN: "{{ vault.thelounge.ldap.rootDN }}" + rootPassword: "{{ vault.thelounge.ldap.rootPassword }}" filter: "(objectclass=inetOrgPerson)" base: "dc=crans,dc=org" scope: "sub" -- GitLab