summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2013-09-12 14:23:19 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2013-09-12 14:23:19 -0400
commiteb43fd14cbe47e014139838200f31e01e1fc8a10 (patch)
tree70c9add1f306d56a93e364381766f279a11cc609 /configure.ac
parent9e552ca19a67a54aaebc60a0aaa48756013be957 (diff)
downloadslapi-nis-eb43fd14cbe47e014139838200f31e01e1fc8a10.tar.gz
slapi-nis-eb43fd14cbe47e014139838200f31e01e1fc8a10.tar.xz
slapi-nis-eb43fd14cbe47e014139838200f31e01e1fc8a10.zip
Add schema-compat-ignore-subtree
Add a schema-compat-ignore-subtree configuration option, listing parts of the DIT that we should never look at, neither as source entries nor as random other entries which contain data which might be pulled in as part of computing the contents of compat entries.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 37ccbf3..0d05c1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -466,6 +466,9 @@ AC_DEFINE_UNQUOTED(SCH_CONTAINER_CONFIGURATION_ACCESS_ATTR,"$checkaciattr",
schbaseattr=schema-compat-search-base
AC_DEFINE_UNQUOTED(SCH_CONTAINER_CONFIGURATION_BASE_ATTR,"$schbaseattr",
[Define to name of the attribute which lists the containers to search when locating entries to be used for constructing entries for a given container.])
+schignoreattr=schema-compat-ignore-subtree
+AC_DEFINE_UNQUOTED(SCH_CONTAINER_CONFIGURATION_IGNORE_SUBTREES_ATTR,"$schignoreattr",
+ [Define to name of the attribute which lists the subtrees to ignore when locating entries and reading data to be used for constructing entries for a given container.])
schfilterattr=schema-compat-search-filter
AC_DEFINE_UNQUOTED(SCH_CONTAINER_CONFIGURATION_FILTER_ATTR,"$schfilterattr",
[Define to name of the attribute which holds the filter for selecting entries to be used for constructing entries for a given container.])