ldap_server: Add cacert path for replication
This commit is contained in:
parent
98ecd89b68
commit
03ada9a5ed
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ syncrepl rid={{ 999 | random(seed=inventory_hostname) }}
|
||||||
timelimit=360000
|
timelimit=360000
|
||||||
schemachecking="off"
|
schemachecking="off"
|
||||||
bindmethod="simple"
|
bindmethod="simple"
|
||||||
|
tls_cacert="{{ tls_bundle }}"
|
||||||
tls_reqcert="demand"
|
tls_reqcert="demand"
|
||||||
binddn="uid=replicator,cn={{ inventory_hostname }},ou=Hosts,{{ ldap_basedn }}"
|
binddn="uid=replicator,cn={{ inventory_hostname }},ou=Hosts,{{ ldap_basedn }}"
|
||||||
credentials="{{ ldap_replicator_pass[inventory_hostname] }}"
|
credentials="{{ ldap_replicator_pass[inventory_hostname] }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue