Sonia Gillespie <sonia_gillespie@lagan.com> wrote: > Is there a way to lock records while they are being updated within > openldap? Hello Sonia, each single ldapmodify operation is atomic, so it either failes or is completely done. It is not possible to issue more than one ldapmodify command to be seen as a kind of transaction. You have to implement this mechanism yourself hth regards Ingo Schaefer