s4:dsdb Add 'lazy_commit' module to swallow the 'lazy commit' OID
authorAndrew Bartlett <abartlet@samba.org>
Fri, 25 Sep 2009 15:08:18 +0000 (08:08 -0700)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Fri, 2 Oct 2009 10:45:06 +0000 (12:45 +0200)
commit46c2af361252ae5543691854e8e3896d1e4b8e92
tree11bf53282bd75bcf450b68567d04b77c29bb9c52
parent737f21bd9d2032b80d46b6e4a7d896dc9e1cdb32
s4:dsdb Add 'lazy_commit' module to swallow the 'lazy commit' OID

This allows this control to be specified as critical.  We support the
control because we choose to always be durable in our transactions.

We really, really need a 'duplicate request' API, as at the
moment we can't do this without a large, error-prone set of code that
cannot cope with new request fields or types.

Andrew Bartlett
source4/dsdb/samdb/ldb_modules/config.mk
source4/dsdb/samdb/ldb_modules/lazy_commit.c [new file with mode: 0644]
source4/lib/ldb/include/ldb.h
source4/scripting/python/samba/provision.py