forked from ISTI-ansible-roles/ansible-roles
library/roles/openldap-server/templates/consumer.ldif.j2: Do not load the syncprov module, it is not necessary on the replicas.
This commit is contained in:
parent
a02fb4762d
commit
7742651674
|
@ -1,15 +1,3 @@
|
||||||
dn: cn=module,cn=config
|
|
||||||
objectClass: olcModuleList
|
|
||||||
cn: module
|
|
||||||
olcModulePath: /usr/lib/ldap
|
|
||||||
olcModuleLoad: syncprov
|
|
||||||
|
|
||||||
dn: olcOverlay=syncprov,olcDatabase={1}hdb,cn=config
|
|
||||||
objectClass: olcOverlayConfig
|
|
||||||
objectClass: olcSyncProvConfig
|
|
||||||
olcOverlay: syncprov
|
|
||||||
olcSpSessionLog: 100
|
|
||||||
|
|
||||||
dn: olcDatabase={1}hdb,cn=config
|
dn: olcDatabase={1}hdb,cn=config
|
||||||
changetype: modify
|
changetype: modify
|
||||||
add: olcDbIndex
|
add: olcDbIndex
|
||||||
|
|
Loading…
Reference in New Issue