diff --git a/group_vars/thelounge.yml b/group_vars/thelounge.yml
index fee11393d59d0edd521d0b12d91d6b21245ffee9..8c4c891c063ac032e817b2ec888205d61bbf64b2 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"