From: Howard Chu Date: Thu, 21 Feb 2013 09:56:58 +0000 (-0800) Subject: ITS#7525 more for quoting X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=04b95ec6eeaaf2e669d25a8e06e5a2ed73fbcf2c;p=openldap ITS#7525 more for quoting --- diff --git a/servers/slapd/back-meta/config.c b/servers/slapd/back-meta/config.c index 9cd5fa3db1..ef249f4b7a 100644 --- a/servers/slapd/back-meta/config.c +++ b/servers/slapd/back-meta/config.c @@ -319,7 +319,7 @@ static ConfigTable metacfg[] = { NULL, NULL }, { "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 " "NAME 'olcDbSubtreeExclude' " "DESC 'DN of subtree to exclude from target' " @@ -327,7 +327,7 @@ static ConfigTable metacfg[] = { "SYNTAX OMsDirectoryString )", NULL, NULL }, { "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 " "NAME 'olcDbSubtreeInclude' " "DESC 'DN of subtree to include in target' "