Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
8033f476
Commit
8033f476
authored
Apr 24, 2007
by
Howard Chu
Browse files
Disallow runtime delete of modload values
parent
4803e9ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
8033f476
...
@@ -385,7 +385,7 @@ static ConfigTable config_back_cf_table[] = {
...
@@ -385,7 +385,7 @@ static ConfigTable config_back_cf_table[] = {
"SYNTAX OMsBoolean SINGLE-VALUE )"
,
NULL
,
NULL
},
"SYNTAX OMsBoolean SINGLE-VALUE )"
,
NULL
,
NULL
},
{
"moduleload"
,
"file"
,
2
,
0
,
0
,
{
"moduleload"
,
"file"
,
2
,
0
,
0
,
#ifdef SLAPD_MODULES
#ifdef SLAPD_MODULES
ARG_MAGIC
|
CFG_MODLOAD
,
&
config_generic
,
ARG_MAGIC
|
CFG_MODLOAD
|
ARG_NO_DELETE
,
&
config_generic
,
#else
#else
ARG_IGNORED
,
NULL
,
ARG_IGNORED
,
NULL
,
#endif
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment