version 1.148, 2008/01/07 23:20:08
|
version 1.149, 2008/02/18 18:47:07
|
Line 1
|
Line 1
|
/* filter.c - routines for parsing and dealing with filters */ |
/* filter.c - routines for parsing and dealing with filters */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/filter.c,v 1.147 2007/11/09 06:28:42 hyc Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/filter.c,v 1.148 2008/01/07 23:20:08 kurt Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1998-2008 The OpenLDAP Foundation. |
* Copyright 1998-2008 The OpenLDAP Foundation. |
Line 608 filter2bv_x( Operation *op, Filter *f, s
|
Line 608 filter2bv_x( Operation *op, Filter *f, s
|
simple: |
simple: |
value = f->f_av_value; |
value = f->f_av_value; |
if ( f->f_av_desc->ad_type->sat_equality && |
if ( f->f_av_desc->ad_type->sat_equality && |
( f->f_av_desc->ad_type->sat_equality->smr_usage & SLAP_MR_MUTATION_NORMALIZER )) { |
!undef && |
|
( f->f_av_desc->ad_type->sat_equality->smr_usage & SLAP_MR_MUTATION_NORMALIZER )) |
|
{ |
f->f_av_desc->ad_type->sat_equality->smr_normalize( |
f->f_av_desc->ad_type->sat_equality->smr_normalize( |
(SLAP_MR_DENORMALIZE|SLAP_MR_VALUE_OF_ASSERTION_SYNTAX), |
(SLAP_MR_DENORMALIZE|SLAP_MR_VALUE_OF_ASSERTION_SYNTAX), |
NULL, NULL, &f->f_av_value, &value, op->o_tmpmemctx ); |
NULL, NULL, &f->f_av_value, &value, op->o_tmpmemctx ); |