role slapd: ajout

This commit is contained in:
2019-07-03 16:53:55 +02:00
commit 1157035e24
11 changed files with 200 additions and 0 deletions

View File

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

2
templates/ldap.conf Normal file
View File

@@ -0,0 +1,2 @@
URI ldap://localhost/
BASE {{ ldap_suffix }}