From: Quanah Gibson-Mount Date: Wed, 28 Jul 2021 02:01:31 +0000 (+0000) Subject: ITS#9616 - Always define olcModuleList for slapd-config X-Git-Tag: OPENLDAP_REL_ENG_2_6_0~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cfed41537f7c4e1ca8e1ac7149714f4d9cbd2fe;p=thirdparty%2Fopenldap.git ITS#9616 - Always define olcModuleList for slapd-config --- diff --git a/servers/slapd/bconfig.c b/servers/slapd/bconfig.c index 446d2a9769..09d184daaf 100644 --- a/servers/slapd/bconfig.c +++ b/servers/slapd/bconfig.c @@ -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 } };