Skip to content
Snippets Groups Projects
Commit b9d0a1bb authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

let undefined objectClasses be used in proxy filters

parent a7dba8ea
No related branches found
No related tags found
No related merge requests found
......@@ -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 ) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment