[slapd] Change replication settings
parent
19685dc466
commit
8bbec61350
|
@ -21,7 +21,7 @@
|
||||||
owner: openldap
|
owner: openldap
|
||||||
group: openldap
|
group: openldap
|
||||||
notify: Restart slapd
|
notify: Restart slapd
|
||||||
|
|
||||||
- name: Deploy ldap services
|
- name: Deploy ldap services
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/default/slapd
|
path: /etc/default/slapd
|
||||||
|
|
|
@ -112,10 +112,12 @@ syncrepl
|
||||||
binddn="cn=replicator,dc=crans,dc=org"
|
binddn="cn=replicator,dc=crans,dc=org"
|
||||||
credentials=test1234 # TODO cranspasswords
|
credentials=test1234 # TODO cranspasswords
|
||||||
searchbase="dc=crans,dc=org"
|
searchbase="dc=crans,dc=org"
|
||||||
schemachecking=on
|
|
||||||
type=refreshOnly
|
|
||||||
interval=00:00:10:00
|
|
||||||
scope=sub
|
scope=sub
|
||||||
|
schemachecking=on
|
||||||
|
type=refreshAndPersist
|
||||||
|
timeout=0
|
||||||
|
network-timeout=0
|
||||||
|
retry="30 20 300 +"
|
||||||
tls_reqcert=allow
|
tls_reqcert=allow
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue