summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/filter.h
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-02-10 14:49:03 -0700
committerRich Megginson <rmeggins@redhat.com>2010-02-17 15:04:02 -0700
commit6adbad044ef95411882ec546281a0df6d0816673 (patch)
tree03b3938432a64ebc2624d9937bd849a15f1a280a /ldap/servers/slapd/filter.h
parentca6e6538a65bc03f7b8e1c521b5d0ba6d7b82a9e (diff)
downloadds-6adbad044ef95411882ec546281a0df6d0816673.tar.gz
ds-6adbad044ef95411882ec546281a0df6d0816673.tar.xz
ds-6adbad044ef95411882ec546281a0df6d0816673.zip
change extensible filter code to use new syntax function style mr funcs
Created wrappers around the new syntax style functions to make them look like the old style filter functions. There are a few caveats: 1) SUBSTRING extensible filter searches are not supported. There is no way currently to pass in the timelimit required by the syntax substring filter functions. 2) ORDERING only does greater than or equal. There is no standard way to do an extensible match with a standard ordering matching rule and specify less than or greater than.
Diffstat (limited to 'ldap/servers/slapd/filter.h')
-rw-r--r--ldap/servers/slapd/filter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldap/servers/slapd/filter.h b/ldap/servers/slapd/filter.h
index ad85b5fd..a2d4117c 100644
--- a/ldap/servers/slapd/filter.h
+++ b/ldap/servers/slapd/filter.h
@@ -58,7 +58,6 @@ typedef struct mr_filter_t {
char* mrf_type;
struct berval mrf_value;
char mrf_dnAttrs;
- struct slapdplugin* mrf_plugin;
mrFilterMatchFn mrf_match;
mrf_plugin_fn mrf_index;
unsigned int mrf_reusable; /* MRF_ANY_xxx */