mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
give the caller a chance to use undefined filters (more about ITS#6814)
This commit is contained in:
parent
307fd754ec
commit
67a9ef8c33
1 changed files with 3 additions and 0 deletions
|
|
@ -541,9 +541,12 @@ rwm_int_filter_map_rewrite(
|
|||
return LDAP_OTHER;
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* ITS#6814: give the caller a chance to use undefined filters */
|
||||
if ( f->f_choice & SLAPD_FILTER_UNDEFINED ) {
|
||||
goto computed;
|
||||
}
|
||||
#endif
|
||||
|
||||
switch ( f->f_choice & SLAPD_FILTER_MASK ) {
|
||||
case LDAP_FILTER_EQUALITY:
|
||||
|
|
|
|||
Loading…
Reference in a new issue