Skip to content
Snippets Groups Projects
Commit ff919168 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

if rule is an URI, must have a filter field

parent c38b9874
Branches
Tags
No related merge requests found
......@@ -448,6 +448,10 @@ int slap_sasl_match( Operation *opx, struct berval *rule,
}
/* Must run an internal search. */
if ( op.oq_search.rs_filter == NULL ) {
rc = LDAP_FILTER_ERROR;
goto CONCLUDED;
}
#ifdef NEW_LOGGING
LDAP_LOG( TRANSPORT, DETAIL1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment