From 6cfed41537f7c4e1ca8e1ac7149714f4d9cbd2fe Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Wed, 28 Jul 2021 02:01:31 +0000 Subject: [PATCH] ITS#9616 - Always define olcModuleList for slapd-config --- servers/slapd/bconfig.c | 2 -- 1 file changed, 2 deletions(-) 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 } };