summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-01 17:08:25 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-01 17:08:25 -0400
commitdeba0985db66e1ba3f524b9314a5f856270ebe77 (patch)
tree8295c2d49ad7d5ead76b3440afe07028d0f42a49 /configure.ac
parent3edb8fbfbf5fa9ae86bfb787a30b30813409d36e (diff)
downloadslapi-nis-deba0985db66e1ba3f524b9314a5f856270ebe77.tar.gz
slapi-nis-deba0985db66e1ba3f524b9314a5f856270ebe77.tar.xz
slapi-nis-deba0985db66e1ba3f524b9314a5f856270ebe77.zip
- add an attribute to control access control
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 0a3b24f..a01cb4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,6 +149,9 @@ AC_DEFINE_UNQUOTED(SCH_CONTAINER_CONFIGURATION_GROUP_ATTR,"$groupattr",
containerattr=schema-compat-container-rdn
AC_DEFINE_UNQUOTED(SCH_CONTAINER_CONFIGURATION_CONTAINER_ATTR,"$containerattr",
[Define to name of the attribute which holds the compatibility container's RDN.])
+checkaciattr=schema-compat-check-access
+AC_DEFINE_UNQUOTED(SCH_CONTAINER_CONFIGURATION_ACCESS_ATTR,"$checkaciattr",
+ [Define to name of the attribute which dictates whether or not access control is checked for this container and its contents.])
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.])