summaryrefslogtreecommitdiffstats
path: root/src/format.h
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 /src/format.h
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 'src/format.h')
-rw-r--r--src/format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.h b/src/format.h
index 7bc4775..5728ff2 100644
--- a/src/format.h
+++ b/src/format.h
@@ -39,7 +39,7 @@ void format_free_data(char *data);
char *format_get_data(struct plugin_state *state,
struct slapi_pblock *pb, struct slapi_entry *e,
const char *domain, const char *map,
- const char *fmt,
+ const char *fmt, const char *disallowed_chars,
char ***ref_attrs,
struct format_inref_attr ***inref_attrs);