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
7cb7bc33
Commit
7cb7bc33
authored
Jul 02, 2005
by
Howard Chu
Browse files
ITS#3829 fix attributeoptions parse order
parent
0bb80f0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
7cb7bc33
...
...
@@ -225,6 +225,10 @@ static ConfigTable config_back_cf_table[] = {
"DESC 'File for slapd command line options' "
"EQUALITY caseIgnoreMatch "
"SYNTAX OMsDirectoryString SINGLE-VALUE )"
,
NULL
,
NULL
},
{
"attributeoptions"
,
NULL
,
0
,
0
,
0
,
ARG_MAGIC
|
CFG_ATOPT
,
&
config_generic
,
"( OLcfgGlAt:5 NAME 'olcAttributeOptions' "
"EQUALITY caseIgnoreMatch "
"SYNTAX OMsDirectoryString )"
,
NULL
,
NULL
},
{
"attribute"
,
"attribute"
,
2
,
0
,
9
,
ARG_PAREN
|
ARG_MAGIC
|
CFG_ATTR
|
ARG_NO_DELETE
|
ARG_NO_INSERT
,
&
config_generic
,
"( OLcfgGlAt:4 NAME 'olcAttributeTypes' "
...
...
@@ -232,10 +236,6 @@ static ConfigTable config_back_cf_table[] = {
"EQUALITY caseIgnoreMatch "
"SYNTAX OMsDirectoryString X-ORDERED 'VALUES' )"
,
NULL
,
NULL
},
{
"attributeoptions"
,
NULL
,
0
,
0
,
0
,
ARG_MAGIC
|
CFG_ATOPT
,
&
config_generic
,
"( OLcfgGlAt:5 NAME 'olcAttributeOptions' "
"EQUALITY caseIgnoreMatch "
"SYNTAX OMsDirectoryString )"
,
NULL
,
NULL
},
{
"authid-rewrite"
,
NULL
,
2
,
0
,
STRLENOF
(
"authid-rewrite"
),
#ifdef SLAP_AUTH_REWRITE
ARG_MAGIC
|
CFG_REWRITE
|
ARG_NO_INSERT
,
&
config_generic
,
...
...
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