mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
let undefined objectClasses be used in proxy filters
This commit is contained in:
parent
374d8f85ae
commit
dae38c56cd
@ -323,7 +323,7 @@ ldap_back_int_filter_map_rewrite(
|
||||
return LDAP_OTHER;
|
||||
}
|
||||
|
||||
switch ( f->f_choice ) {
|
||||
switch ( ( f->f_choice & SLAPD_FILTER_MASK ) ) {
|
||||
case LDAP_FILTER_EQUALITY:
|
||||
if ( map_attr_value( dc, f->f_av_desc, &atmp,
|
||||
&f->f_av_value, &vtmp, remap ) )
|
||||
|
Loading…
Reference in New Issue
Block a user