https://bugs.openldap.org/show_bug.cgi?id=9611
--- Comment #7 from Quanah Gibson-Mount quanah@openldap.org --- (In reply to Jean-Luc from comment #6)
Hello,
Following your latest comments, I did check the config file and I found the issue. In the olcOverlay={3}dynlist.ldif file, the structuralObjectClass used in 2.4.x version was olcDynamicList and in 2.5.x it's olcDynListConfig, after having adapted the config, I was able to start slapd without any issue.
Ok, that may be a valid bug as olcDynamicList is supposed to be an alias for olcDynListConfig:
static ConfigOCs dlocs[] = { { "( OLcfgOvOc:8.1 " "NAME ( 'olcDynListConfig' 'olcDynamicList' ) " "DESC 'Dynamic list configuration' " "SUP olcOverlayConfig " "MAY olcDynListAttrSet )", Cft_Overlay, dlcfg, NULL, NULL }, { NULL, 0, NULL } };