s4-ldb: implement LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK
authorAndrew Tridgell <tridge@samba.org>
Thu, 4 Nov 2010 09:27:43 +0000 (20:27 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 4 Nov 2010 09:35:44 +0000 (20:35 +1100)
commite606298631d9e4659e677041095511c1c353a4b5
treec5d1a6014138acab3fb30c0705cd1a0ef661579e
parent1ab7bd1bfbfe5a27c91315d98c4e4949608d83e9
s4-ldb: implement LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK

this disables the single value checking for one attribute. It is much
more specific than a general RELAX control, and also more efficient. I
think we should try to have more precise overrides like this, rather
than using RELAX as a general purpose override
source4/lib/ldb/include/ldb_module.h
source4/lib/ldb/ldb_tdb/ldb_tdb.c