[Date Prev][Date Next] [Chronological] [Thread] [Top]

ITS#5925



Does it work if you change the order of the databases?  I mean:

+++ original
dn: olcDatabase={2}ldap,cn=config
olcSuffix: o=1,o=2
olcSubordinate: TRUE
[...]

dn: olcDatabase={3}bdb,cn=config
olcSuffix: o=2
[...]
+++ original

+++ modified
dn: olcDatabase={2}bdb,cn=config
olcSuffix: o=2
[...]

dn: olcDatabase={3}ldap,cn=config
olcSuffix: o=1,o=2
olcSubordinate: TRUE
[...]
+++ modified

If it works, then we still have an issue: operations for "o=1,o=2" will 
probably be intercepted by the back-bdb.  However, I understand that 
since the first database is glued, it wants to know whom it's glued to.

p.


Ing. Pierangelo Masarati
OpenLDAP Core Team

SysNet s.r.l.
via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
-----------------------------------
Office:  +39 02 23998309
Mobile:  +39 333 4963172
Fax:     +39 0382 476497
Email:   ando@sys-net.it
-----------------------------------