mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Disallow runtime delete of modload values
This commit is contained in:
parent
4803e9ba67
commit
8033f476f4
@ -385,7 +385,7 @@ static ConfigTable config_back_cf_table[] = {
|
||||
"SYNTAX OMsBoolean SINGLE-VALUE )", NULL, NULL },
|
||||
{ "moduleload", "file", 2, 0, 0,
|
||||
#ifdef SLAPD_MODULES
|
||||
ARG_MAGIC|CFG_MODLOAD, &config_generic,
|
||||
ARG_MAGIC|CFG_MODLOAD|ARG_NO_DELETE, &config_generic,
|
||||
#else
|
||||
ARG_IGNORED, NULL,
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user