]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9616 - Always define olcModuleList for slapd-config
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 28 Jul 2021 02:01:31 +0000 (02:01 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 30 Jul 2021 17:29:51 +0000 (17:29 +0000)
servers/slapd/bconfig.c

index 446d2a9769c72063a3fabf538f451bfb4b32a7cc..09d184daafec0d63f8084a6201b964bf7d736fc2 100644 (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 }
 };