summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2008-06-21 13:15:26 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2008-06-21 13:15:26 -0400
commit99d2584160c6b774600f49cd6e7c1435b9c3ff2b (patch)
tree147f51260c4afa45be315a310590b54a4244bb1d /configure.ac
parent8490e59127c434efd01f477b921f80ebbf2b5571 (diff)
downloadslapi-nis-99d2584160c6b774600f49cd6e7c1435b9c3ff2b.tar.gz
slapi-nis-99d2584160c6b774600f49cd6e7c1435b9c3ff2b.tar.xz
slapi-nis-99d2584160c6b774600f49cd6e7c1435b9c3ff2b.zip
- add a "disallowed chars" map attribute
- disallow ':' in attributes in passwd.byname and passwd.byuid - disallow ':,' in attributes in group.byname and group.bygid
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 c332958..d5f3de0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,6 +131,9 @@ AC_DEFINE_UNQUOTED(MAP_CONFIGURATION_DOMAIN_ATTR,"$domainattr",
mapattr=nis-map
AC_DEFINE_UNQUOTED(MAP_CONFIGURATION_MAP_ATTR,"$mapattr",
[Define to name of the map configuration attribute which holds the name of the map.])
+disallowedcharsattr=nis-disallowed-chars
+AC_DEFINE_UNQUOTED(MAP_CONFIGURATION_DISALLOWED_CHARS_ATTR,"$disallowedcharsattr",
+ [Define to the list of characters which should not be allowed in attribute values which are being considered.])
secureattr=nis-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.])