[slapd] Change replication settings
parent
19685dc466
commit
8bbec61350
|
@ -21,7 +21,7 @@
|
|||
owner: openldap
|
||||
group: openldap
|
||||
notify: Restart slapd
|
||||
|
||||
|
||||
- name: Deploy ldap services
|
||||
lineinfile:
|
||||
path: /etc/default/slapd
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue