Last change
on this file since 766 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
|
Rev | Line | |
---|
[650] | 1 | #Load the syncprov module. |
---|
| 2 | dn: cn=module{0},cn=config |
---|
| 3 | changetype: modify |
---|
| 4 | add: olcModuleLoad |
---|
| 5 | olcModuleLoad: syncprov |
---|
| 6 | |
---|
| 7 | # syncrepl specific indices |
---|
| 8 | dn: olcDatabase={1}hdb,cn=config |
---|
| 9 | changetype: modify |
---|
| 10 | add: olcDbIndex |
---|
| 11 | olcDbIndex: entryUUID eq |
---|
| 12 | - |
---|
| 13 | add: olcSyncRepl |
---|
[660] | 14 | olcSyncRepl: rid=<%= ldap_slave_rid %> provider=<%= ldap_slave_provider %> bindmethod=simple binddn="cn=<%= ldap_slave %>,<%= ldap_base %>" |
---|
[753] | 15 | credentials=<%= ldap_slave_credentials %> searchbase="<%= ldap_base %>" schemachecking=on type=refreshAndPersist |
---|
[650] | 16 | - |
---|
| 17 | add: olcUpdateRef |
---|
| 18 | olcUpdateRef: <%= ldap_slave_provider %> |
---|
Note: See
TracBrowser
for help on using the repository browser.