summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2008-06-21 11:17:38 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2008-06-21 11:17:38 -0400
commit694e010c670aac6c14258cb5cc3145818ab68232 (patch)
treef777dc55f023c1cb92af67a2c45fca321e7f3aa2 /configure.ac
parent0e6e01dc4e42c9949deab52decac708787e343ce (diff)
downloadslapi-nis-694e010c670aac6c14258cb5cc3145818ab68232.tar.gz
slapi-nis-694e010c670aac6c14258cb5cc3145818ab68232.tar.xz
slapi-nis-694e010c670aac6c14258cb5cc3145818ab68232.zip
- make the attribute name for search bases be 'nis-base' instead of 'base', per
the docs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 13f7f6f..c332958 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,7 +113,7 @@ AC_DEFINE(DEFAULT_MAX_DGRAM_SIZE,YPMAXRECORD,[Define to the default maximum data
AC_DEFINE(DEFAULT_MAX_VALUE_SIZE,(256 * 1024),[Define to the default maximum map entry key and value size.])
AC_DEFINE(DEFAULT_TARGET_REPLY_SIZE,(4 * 1024),[Define to the default target size for a connected reply fragment.])
-baseattr=base
+baseattr=nis-base
AC_DEFINE_UNQUOTED(MAP_CONFIGURATION_BASE_ATTR,"$baseattr",
[Define to name of the attribute which lists the containers for entries for a given map.])
filterattr=nis-filter