summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-10 11:48:42 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-10 11:48:42 -0400
commite73bd523f2618be5566a93c4b51d633029d70fa5 (patch)
tree5ee9d16a4b56910b6645b8c9d990e77e6e40d788 /configure.ac
parent73b11bbda74ef0f6cfef9dc90a7ec3695ce0addb (diff)
downloadslapi-nis-e73bd523f2618be5566a93c4b51d633029d70fa5.tar.gz
slapi-nis-e73bd523f2618be5566a93c4b51d633029d70fa5.tar.xz
slapi-nis-e73bd523f2618be5566a93c4b51d633029d70fa5.zip
- predefine an attribute name for the "secure" flag
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 a3aa366..20be86f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,6 +131,9 @@ AC_DEFINE_UNQUOTED(MAP_CONFIGURATION_DOMAIN_ATTR,"$domainattr",
mapattr=map
AC_DEFINE_UNQUOTED(MAP_CONFIGURATION_MAP_ATTR,"$mapattr",
[Define to name of the map configuration attribute which holds the name of the map.])
+secureattr=secure
+AC_DEFINE_UNQUOTED(MAP_CONFIGURATION_SECURE_ATTR,"$secureattr",
+ [Define to name of the map configuration attribute which determines whether or not the map is treated a 'secure' map.])
maxvalue_attr=nis-plugin-max-value-size
AC_DEFINE_UNQUOTED(PLUGIN_CONFIGURATION_MAXVALUE_ATTR,"$maxvalue_attr",
[Define to the name of the plugin configuration attribute which holds the maximum size for a NIS entry value.])