ldap_server: Add cacert path for replication

This commit is contained in:
Timo Makinen 2022-02-24 23:54:37 +00:00
parent 98ecd89b68
commit 03ada9a5ed

View file

@ -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] }}"