mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
remove support for control as the operation is now incompatible
This commit is contained in:
parent
941d418b33
commit
b984e616c3
2 changed files with 0 additions and 17 deletions
|
|
@ -253,14 +253,6 @@ retry: /* transaction retry */
|
|||
}
|
||||
}
|
||||
|
||||
if ( get_assert( op ) &&
|
||||
( test_filter( op, op->oq_add.rs_e, get_assertion( op ))
|
||||
!= LDAP_COMPARE_TRUE ))
|
||||
{
|
||||
rs->sr_err = LDAP_ASSERTION_FAILED;
|
||||
goto return_results;
|
||||
}
|
||||
|
||||
rs->sr_err = access_allowed( op, op->oq_add.rs_e,
|
||||
entry, NULL, ACL_WADD, NULL );
|
||||
|
||||
|
|
|
|||
|
|
@ -1141,15 +1141,6 @@ backsql_add( Operation *op, SlapReply *rs )
|
|||
}
|
||||
}
|
||||
|
||||
if ( get_assert( op ) &&
|
||||
( test_filter( op, op->oq_add.rs_e, get_assertion( op ) )
|
||||
!= LDAP_COMPARE_TRUE ) )
|
||||
{
|
||||
rs->sr_err = LDAP_ASSERTION_FAILED;
|
||||
e = op->ora_e;
|
||||
goto done;
|
||||
}
|
||||
|
||||
/*
|
||||
* create_proc is executed; if expect_return is set, then
|
||||
* an output parameter is bound, which should contain
|
||||
|
|
|
|||
Loading…
Reference in a new issue