Home
last modified time | relevance | path

Searched refs:SLAP_MOD_SOFTDEL (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dmemberof.c849 case SLAP_MOD_SOFTDEL: /* ITS#7487: can be used by syncrepl (in mirror mode?) */ in memberof_op_modify()
877 case SLAP_MOD_SOFTDEL: /* ITS#7487: can be used by syncrepl (in mirror mode?) */ in memberof_op_modify()
981 case SLAP_MOD_SOFTDEL: /* ITS#7487: can be used by syncrepl (in mirror mode?) */ in memberof_op_modify()
1092 if ( ml->sml_op == LDAP_MOD_DELETE || ml->sml_op == SLAP_MOD_SOFTDEL || !ml->sml_values ) { in memberof_op_modify()
1404 case SLAP_MOD_SOFTDEL: /* ITS#7487: can be used by syncrepl (in mirror mode?) */ in memberof_res_modify()
1464 case SLAP_MOD_SOFTDEL: /* ITS#7487: can be used by syncrepl (in mirror mode?) */ in memberof_res_modify()
1490 if ( ml->sml_op == LDAP_MOD_DELETE || ml->sml_op == SLAP_MOD_SOFTDEL || !ml->sml_values ) { in memberof_res_modify()
H A Dconstraint.c906 case SLAP_MOD_SOFTDEL: in constraint_check_count_violation()
1125 case SLAP_MOD_SOFTDEL: in constraint_update()
1130 mod->sm_op = SLAP_MOD_SOFTDEL; in constraint_update()
H A Daccesslog.c1651 m->sml_op == SLAP_MOD_SOFTDEL || in accesslog_response()
1703 case SLAP_MOD_SOFTDEL: c_op = '-'; break; in accesslog_response()
1716 m->sml_op == SLAP_MOD_SOFTDEL || in accesslog_response()
1724 if ( m->sml_op == LDAP_MOD_DELETE || m->sml_op == SLAP_MOD_SOFTDEL ) { in accesslog_response()
H A Ddds.c598 case SLAP_MOD_SOFTDEL: /* FIXME? */ in dds_op_modify()
H A Dppolicy.c2403 ml->sml_op == SLAP_MOD_SOFTDEL ) { in ppolicy_modify()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dmodify.c224 case SLAP_MOD_SOFTDEL: in wt_modify_internal()
236 mod->sm_op = SLAP_MOD_SOFTDEL; in wt_modify_internal()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dmodify.cpp303 case SLAP_MOD_SOFTDEL: in ndb_modify_internal()
312 mod->sm_op = SLAP_MOD_SOFTDEL; in ndb_modify_internal()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dmodify.c233 mod->sm_op = SLAP_MOD_SOFTDEL; in mdb_modify_internal()
355 case SLAP_MOD_SOFTDEL: in mdb_modify_internal()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c1210 case SLAP_MOD_SOFTDEL: in apply_modify_to_entry()
1216 mods->sm_op = SLAP_MOD_SOFTDEL; in apply_modify_to_entry()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c2329 mod->sml_op = SLAP_MOD_SOFTDEL; in syncrepl_accesslog_mods()
2589 m2->sml_op == SLAP_MOD_SOFTDEL || in syncrepl_resolve_cb()
2602 m1->sml_op == SLAP_MOD_SOFTDEL ) { in syncrepl_resolve_cb()
2847 ml->sml_op = SLAP_MOD_SOFTDEL; in syncrepl_op_modify()
2850 ml->sml_op = SLAP_MOD_SOFTDEL; in syncrepl_op_modify()
3572 rangeMod->sml_op = SLAP_MOD_SOFTDEL; in syncrepl_dirsync_message()
H A Dacl.c2021 case SLAP_MOD_SOFTDEL: in acl_check_modlist()
H A Dslap.h129 #define SLAP_MOD_SOFTDEL 0x1001 macro
H A Dbconfig.c6101 case SLAP_MOD_SOFTDEL: in config_modify_internal()
6141 if ( rc == LDAP_NO_SUCH_ATTRIBUTE && ml->sml_op == SLAP_MOD_SOFTDEL ) in config_modify_internal()