openldap/servers/slapd/back-ldif
Luke Howard b6fffd1417 Add orr_modlist member to request structure, containing a list of
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.
2006-01-01 09:23:24 +00:00
..
ldif.c Add orr_modlist member to request structure, containing a list of 2006-01-01 09:23:24 +00:00
Makefile.in