From 6f1e6643a7afe4ee553a211a15a91cb363ec4356 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 18 Nov 2010 13:09:06 -0500 Subject: - manage filters along with chains of attributes and search bases --- src/format.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/format.h') diff --git a/src/format.h b/src/format.h index d9e8302..1a30965 100644 --- a/src/format.h +++ b/src/format.h @@ -33,6 +33,7 @@ struct format_ref_attr_list { char *group, *set; struct format_ref_attr_list_link { char *attribute; + char *filter; struct slapi_dn **base_sdn_list; } *links; int n_links; -- cgit