mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
ITS#9616 - Always define olcModuleList for slapd-config
This commit is contained in:
parent
0a31f0d31a
commit
6cfed41537
1 changed files with 0 additions and 2 deletions
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue