From 99d2584160c6b774600f49cd6e7c1435b9c3ff2b Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Sat, 21 Jun 2008 13:15:26 -0400 Subject: - add a "disallowed chars" map attribute - disallow ':' in attributes in passwd.byname and passwd.byuid - disallow ':,' in attributes in group.byname and group.bygid --- src/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/format.h') 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); -- cgit