mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
if rule is an URI, must have a filter field
This commit is contained in:
parent
c38b987499
commit
ff919168fb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user