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
d73fa98c
Commit
d73fa98c
authored
May 03, 2005
by
Howard Chu
Browse files
ITS
#3699
fix dbconfig, limits schema flags
parent
3ae1146a
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/config.c
View file @
d73fa98c
...
...
@@ -68,7 +68,7 @@ static ConfigTable bdbcfg[] = {
bdb_cf_gen
,
"( OLcfgDbAt:1.2 NAME 'olcDbCheckpoint' "
"DESC 'Database checkpoint interval in kbytes and minutes' "
"SYNTAX OMsDirectoryString SINGLE-VALUE )"
,
NULL
,
NULL
},
{
"dbconfig"
,
"DB_CONFIG setting"
,
3
,
0
,
0
,
ARG_MAGIC
|
BDB_CONFIG
,
{
"dbconfig"
,
"DB_CONFIG setting"
,
1
,
0
,
0
,
ARG_MAGIC
|
BDB_CONFIG
,
bdb_cf_gen
,
"( OLcfgDbAt:1.3 NAME 'olcDbConfig' "
"DESC 'BerkeleyDB DB_CONFIG configuration directives' "
"SYNTAX OMsDirectoryString )"
,
NULL
,
NULL
},
...
...
servers/slapd/bconfig.c
View file @
d73fa98c
...
...
@@ -122,7 +122,6 @@ static ConfigDriver config_passwd_hash;
static
ConfigDriver
config_schema_dn
;
static
ConfigDriver
config_sizelimit
;
static
ConfigDriver
config_timelimit
;
static
ConfigDriver
config_limits
;
static
ConfigDriver
config_overlay
;
static
ConfigDriver
config_suffix
;
static
ConfigDriver
config_deref_depth
;
...
...
@@ -337,7 +336,7 @@ ConfigTable config_back_cf_table[] = {
"SYNTAX OMsBoolean SINGLE-VALUE )"
,
NULL
,
NULL
},
{
"limits"
,
"limits"
,
2
,
0
,
0
,
ARG_DB
|
ARG_MAGIC
|
CFG_LIMITS
,
&
config_generic
,
"( OLcfgDbAt:0.5 NAME 'olcLimits' "
"SYNTAX OMsDirectoryString )"
,
NULL
,
NULL
},
"SYNTAX OMsDirectoryString
X-ORDERED 'VALUES'
)"
,
NULL
,
NULL
},
{
"localSSF"
,
"ssf"
,
2
,
2
,
0
,
ARG_INT
,
&
local_ssf
,
"( OLcfgGlAt:26 NAME 'olcLocalSSF' "
"SYNTAX OMsInteger SINGLE-VALUE )"
,
NULL
,
NULL
},
...
...
Write
Preview
Markdown
is supported
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