mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
more about ITS#7525
This commit is contained in:
parent
bc1d4424c5
commit
d6b82ec6d0
@ -319,7 +319,7 @@ static ConfigTable metacfg[] = {
|
|||||||
NULL, NULL },
|
NULL, NULL },
|
||||||
|
|
||||||
{ "subtree-exclude", "pattern", 2, 2, 0,
|
{ "subtree-exclude", "pattern", 2, 2, 0,
|
||||||
ARG_QUOTE|ARG_MAGIC|LDAP_BACK_CFG_SUBTREE_EX,
|
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_QUOTE|ARG_MAGIC|LDAP_BACK_CFG_SUBTREE_IN,
|
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' "
|
||||||
|
@ -50,6 +50,7 @@ bind-timeout 1000000
|
|||||||
|
|
||||||
# local
|
# local
|
||||||
uri "@URI2@ou=Meta,o=Example,c=US"
|
uri "@URI2@ou=Meta,o=Example,c=US"
|
||||||
|
subtree-exclude "ou=Excluded,ou=Meta,o=Example,c=US"
|
||||||
suffixmassage "ou=Meta,o=Example,c=US" "ou=Meta,dc=example,dc=com"
|
suffixmassage "ou=Meta,o=Example,c=US" "ou=Meta,dc=example,dc=com"
|
||||||
###pseudorootdn "cn=manager,ou=meta,dc=example,dc=com"
|
###pseudorootdn "cn=manager,ou=meta,dc=example,dc=com"
|
||||||
###pseudorootpw secret
|
###pseudorootpw secret
|
||||||
@ -62,6 +63,7 @@ idassert-authzFrom "dn.exact:cn=Manager,o=Local"
|
|||||||
|
|
||||||
# remote
|
# remote
|
||||||
uri "@URI1@o=Example,c=US"
|
uri "@URI1@o=Example,c=US"
|
||||||
|
subtree-include "dn.subtree:o=Example,c=US"
|
||||||
suffixmassage "o=Example,c=US" "dc=example,dc=com"
|
suffixmassage "o=Example,c=US" "dc=example,dc=com"
|
||||||
###pseudorootdn "cn=manager,dc=example,dc=com"
|
###pseudorootdn "cn=manager,dc=example,dc=com"
|
||||||
###pseudorootpw secret
|
###pseudorootpw secret
|
||||||
|
Loading…
Reference in New Issue
Block a user