hyc@OpenLDAP.org wrote:
Update of /repo/OpenLDAP/pkg/ldap/servers/slapd/overlays
Modified Files: dynlist.c 1.35 -> 1.36
Log Message: Add dgIdentity support
test044 is now failing in HEAD... I'm investigating.
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 Email: pierangelo.masarati@sys-net.it ---------------------------------------
Pierangelo Masarati wrote:
hyc@OpenLDAP.org wrote:
Update of /repo/OpenLDAP/pkg/ldap/servers/slapd/overlays
Modified Files: dynlist.c 1.35 -> 1.36
Log Message: Add dgIdentity support
test044 is now failing in HEAD... I'm investigating.
Think it's here: you added a call to be_entry_get_rw() in dynlist_compare() (line ~590), but dynlist does not provide a bi_entry_get_rw(), so that call fails. You probably need to put a fresh db with original bd_info before calling be_entry_get_rw().
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 Email: pierangelo.masarati@sys-net.it ---------------------------------------
Pierangelo Masarati wrote:
hyc@OpenLDAP.org wrote:
Update of /repo/OpenLDAP/pkg/ldap/servers/slapd/overlays
Modified Files: dynlist.c 1.35 -> 1.36
Log Message: Add dgIdentity support
test044 is now failing in HEAD... I'm investigating.
Yes, I saw that too. Fixed now in HEAD.