make it work on debian

This commit is contained in:
2021-03-01 14:54:56 +01:00
parent 590f5c012c
commit 1f9af114de
10 changed files with 29 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
dn: olcDatabase={2}hdb,cn=config
dn: "{{ ldap_database }},cn=config"
changetype: modify
replace: olcsuffix
olcsuffix: {{ ldap_suffix }}
@@ -7,7 +7,7 @@ replace: olcrootdn
olcrootdn: {{ ldap_admin_dn }}
-
replace: olcrootpw
olcrootpw: {{ ldap_admin_password }}
olcrootpw: {{ ldap_admin_ssha_password }}
dn: olcDatabase={0}config,cn=config
changetype: modify