ITS#9616 - Always define olcModuleList for slapd-config

This commit is contained in:
Quanah Gibson-Mount 2021-07-28 02:01:31 +00:00
parent 0a31f0d31a
commit 6cfed41537

View file

@ -1049,14 +1049,12 @@ static ConfigOCs cf_ocs[] = {
"AUXILIARY "
"MAY ( olcDefaultSearchBase $ olcPasswordHash $ olcSortVals ) )",
Cft_Database, NULL, NULL },
#ifdef SLAPD_MODULES
{ "( OLcfgGlOc:8 "
"NAME 'olcModuleList' "
"DESC 'OpenLDAP dynamic module info' "
"SUP olcConfig STRUCTURAL "
"MAY ( cn $ olcModulePath $ olcModuleLoad ) )",
Cft_Module, NULL, cfAddModule },
#endif
{ NULL, 0, NULL }
};