version 1.72.2.7, 2002/11/11 02:42:37
|
version 1.72.2.8, 2002/11/26 18:24:54
|
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.72.2.6 2002/09/01 04:01:22 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/filter.c,v 1.72.2.7 2002/11/11 02:42:37 kurt Exp $ */ |
/* |
/* |
* Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. |
* Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. |
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
Line 414 get_substring_filter(
|
Line 414 get_substring_filter(
|
goto return_error; |
goto return_error; |
} |
} |
|
|
/* valiate using equality matching rule validator! */ |
/* validate using equality matching rule validator! */ |
rc = value_validate( f->f_sub_desc->ad_type->sat_equality, |
rc = value_validate( f->f_sub_desc->ad_type->sat_equality, |
&value, text ); |
&value, text ); |
if( rc != LDAP_SUCCESS ) { |
if( rc != LDAP_SUCCESS ) { |