mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#7525 more for quoting
This commit is contained in:
parent
f839815778
commit
04b95ec6ee
1 changed files with 2 additions and 2 deletions
|
|
@ -319,7 +319,7 @@ static ConfigTable metacfg[] = {
|
||||||
NULL, NULL },
|
NULL, NULL },
|
||||||
|
|
||||||
{ "subtree-exclude", "pattern", 2, 2, 0,
|
{ "subtree-exclude", "pattern", 2, 2, 0,
|
||||||
ARG_STRING|ARG_MAGIC|LDAP_BACK_CFG_SUBTREE_EX,
|
ARG_QUOTE|ARG_MAGIC|LDAP_BACK_CFG_SUBTREE_EX,
|
||||||
meta_back_cf_gen, "( OLcfgDbAt:3.103 "
|
meta_back_cf_gen, "( OLcfgDbAt:3.103 "
|
||||||
"NAME 'olcDbSubtreeExclude' "
|
"NAME 'olcDbSubtreeExclude' "
|
||||||
"DESC 'DN of subtree to exclude from target' "
|
"DESC 'DN of subtree to exclude from target' "
|
||||||
|
|
@ -327,7 +327,7 @@ static ConfigTable metacfg[] = {
|
||||||
"SYNTAX OMsDirectoryString )",
|
"SYNTAX OMsDirectoryString )",
|
||||||
NULL, NULL },
|
NULL, NULL },
|
||||||
{ "subtree-include", "pattern", 2, 2, 0,
|
{ "subtree-include", "pattern", 2, 2, 0,
|
||||||
ARG_STRING|ARG_MAGIC|LDAP_BACK_CFG_SUBTREE_IN,
|
ARG_QUOTE|ARG_MAGIC|LDAP_BACK_CFG_SUBTREE_IN,
|
||||||
meta_back_cf_gen, "( OLcfgDbAt:3.104 "
|
meta_back_cf_gen, "( OLcfgDbAt:3.104 "
|
||||||
"NAME 'olcDbSubtreeInclude' "
|
"NAME 'olcDbSubtreeInclude' "
|
||||||
"DESC 'DN of subtree to include in target' "
|
"DESC 'DN of subtree to include in target' "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue