mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 07:30:57 -05:00
ITS#9282 - Fix hard coded backend
This commit is contained in:
parent
536767798b
commit
49b1e8b16f
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ olcSyncrepl: {0}rid=001 provider=@URI@ type=refreshAndPersist retry="10 +"
|
|||
dn="cn=manager,dc=example,dc=com" credentials=secret timeout=1
|
||||
olcMultiProvider: TRUE
|
||||
|
||||
dn: olcOverlay={0}syncprov,olcDatabase={1}mdb,cn=config
|
||||
dn: olcOverlay={0}syncprov,olcDatabase={1}@BACKEND@,cn=config
|
||||
objectClass: olcSyncProvConfig
|
||||
olcOverlay: {0}syncprov
|
||||
olcSpCheckpoint: 100 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue