mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
if rule is an URI, must have a filter field
This commit is contained in:
parent
c38b987499
commit
ff919168fb
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue