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
Joe Martin
OpenLDAP
Commits
f7a7778f
Commit
f7a7778f
authored
Jul 10, 2008
by
Quanah Gibson-Mount
Browse files
More for ITS#5540
parent
ecc2df63
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
f7a7778f
...
...
@@ -5,6 +5,7 @@ OpenLDAP 2.4.11 Engineering
Added libldap assertion control (ITS#5560)
Fixed libldap GnuTLS CRL result handling (ITS#5577)
Fixed slapd check for structural_class failures (ITS#5540)
Fixed slapd equality rules for olcRootDN/olcSchemaDN (ITS#5540)
Fixed slapd crash with no listeners (ITS#5563)
Fixed slapd sets memory leak (ITS#5557)
Fixed slapd-sock, back-shell buffer count (ITS#5558)
...
...
servers/slapd/bconfig.c
View file @
f7a7778f
...
...
@@ -501,6 +501,7 @@ static ConfigTable config_back_cf_table[] = {
"SYNTAX OMsBoolean SINGLE-VALUE )"
,
NULL
,
NULL
},
{
"rootdn"
,
"dn"
,
2
,
2
,
0
,
ARG_DB
|
ARG_DN
|
ARG_QUOTE
|
ARG_MAGIC
,
&
config_rootdn
,
"( OLcfgDbAt:0.8 NAME 'olcRootDN' "
"EQUALITY distinguishedNameMatch "
"SYNTAX OMsDN SINGLE-VALUE )"
,
NULL
,
NULL
},
{
"rootDSE"
,
"file"
,
2
,
2
,
0
,
ARG_MAGIC
|
CFG_ROOTDSE
,
&
config_generic
,
"( OLcfgGlAt:51 NAME 'olcRootDSE' "
...
...
@@ -541,6 +542,7 @@ static ConfigTable config_back_cf_table[] = {
&
config_generic
,
NULL
,
NULL
,
NULL
},
{
"schemadn"
,
"dn"
,
2
,
2
,
0
,
ARG_MAY_DB
|
ARG_DN
|
ARG_QUOTE
|
ARG_MAGIC
,
&
config_schema_dn
,
"( OLcfgGlAt:58 NAME 'olcSchemaDN' "
"EQUALITY distinguishedNameMatch "
"SYNTAX OMsDN SINGLE-VALUE )"
,
NULL
,
NULL
},
{
"security"
,
"factors"
,
2
,
0
,
0
,
ARG_MAY_DB
|
ARG_MAGIC
,
&
config_security
,
"( OLcfgGlAt:59 NAME 'olcSecurity' "
...
...
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