diff --git a/roles/ldap_server/templates/slapd.conf.j2 b/roles/ldap_server/templates/slapd.conf.j2 index e2466cc..5e35eeb 100644 --- a/roles/ldap_server/templates/slapd.conf.j2 +++ b/roles/ldap_server/templates/slapd.conf.j2 @@ -98,6 +98,7 @@ syncrepl rid={{ 999 | random(seed=inventory_hostname) }} timelimit=360000 schemachecking="off" bindmethod="simple" + tls_cacert="{{ tls_bundle }}" tls_reqcert="demand" binddn="uid=replicator,cn={{ inventory_hostname }},ou=Hosts,{{ ldap_basedn }}" credentials="{{ ldap_replicator_pass[inventory_hostname] }}"