mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -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. |
||
|---|---|---|
| .. | ||
| docs | ||
| rdbms_depend | ||
| add.c | ||
| api.c | ||
| back-sql.h | ||
| bind.c | ||
| compare.c | ||
| config.c | ||
| delete.c | ||
| entry-id.c | ||
| init.c | ||
| Makefile.in | ||
| modify.c | ||
| modrdn.c | ||
| operational.c | ||
| proto-sql.h | ||
| schema-map.c | ||
| search.c | ||
| sql-wrap.c | ||
| util.c | ||