mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 05:13:35 -05:00
modifications to be applied by the backend atomically with a modify RDN request. Handle updating of RDN values in frontend. Code that calls a backend's be_modrdn should call slap_modrdn2mods(op, rs) before invoking the backend and cleanup with slap_mods_free( op->orr_modlist, 1 ). See do_modrdn() for an example. |
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| plugin.c | ||
| printmsg.c | ||
| proto-slapi.h | ||
| slapi.h | ||
| slapi_dn.c | ||
| slapi_ext.c | ||
| slapi_ops.c | ||
| slapi_overlay.c | ||
| slapi_pblock.c | ||
| slapi_utils.c | ||
| TODO | ||