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
|
||||
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] }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue