source: trunk/puppet/modules/puppet-openldap/templates/consumer-sync.ldif.erb @ 753

Last change on this file since 753 was 753, checked in by josx@…, 14 years ago

Finalmente arreglramos el problema del err 32 en la replica de ldap

File size: 573 bytes
Line 
1#Load the syncprov module.
2dn: cn=module{0},cn=config
3changetype: modify
4add: olcModuleLoad
5olcModuleLoad: syncprov
6
7# syncrepl specific indices
8dn: olcDatabase={1}hdb,cn=config
9changetype: modify
10add: olcDbIndex
11olcDbIndex: entryUUID eq
12-
13add: olcSyncRepl
14olcSyncRepl: rid=<%= ldap_slave_rid %> provider=<%= ldap_slave_provider %> bindmethod=simple binddn="cn=<%= ldap_slave %>,<%= ldap_base %>"
15 credentials=<%= ldap_slave_credentials %> searchbase="<%= ldap_base %>" schemachecking=on type=refreshAndPersist
16-
17add: olcUpdateRef
18olcUpdateRef: <%= ldap_slave_provider %>
Note: See TracBrowser for help on using the repository browser.