[slapd] Change replication settings

certbot_on_virtu
_benjamin 2020-07-28 11:40:23 +02:00 committed by shirenn
parent 19685dc466
commit 8bbec61350
2 changed files with 6 additions and 4 deletions

View File

@ -21,7 +21,7 @@
owner: openldap
group: openldap
notify: Restart slapd
- name: Deploy ldap services
lineinfile:
path: /etc/default/slapd

View File

@ -112,10 +112,12 @@ syncrepl
binddn="cn=replicator,dc=crans,dc=org"
credentials=test1234 # TODO cranspasswords
searchbase="dc=crans,dc=org"
schemachecking=on
type=refreshOnly
interval=00:00:10:00
scope=sub
schemachecking=on
type=refreshAndPersist
timeout=0
network-timeout=0
retry="30 20 300 +"
tls_reqcert=allow
{% endif %}