From c2ccd24ebf91125394e4aa369945cc689152ff5f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 14 Feb 2011 10:08:24 +1100 Subject: s4-ldb: added LDB_FLAG_INTERNAL_FORCE_SINGLE_VALUE_CHECK this allows a ldb module to force an element as single valued --- source4/lib/ldb/include/ldb_module.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/lib/ldb/include/ldb_module.h') diff --git a/source4/lib/ldb/include/ldb_module.h b/source4/lib/ldb/include/ldb_module.h index a793525b7c..0f2a080763 100644 --- a/source4/lib/ldb/include/ldb_module.h +++ b/source4/lib/ldb/include/ldb_module.h @@ -49,6 +49,9 @@ struct ldb_module; /* attribute has failed access check and must not be exposed */ #define LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTE 0x40 +/* force single value checking on this attribute */ +#define LDB_FLAG_INTERNAL_FORCE_SINGLE_VALUE_CHECK 0x80 + /* these function pointers define the operations that a ldb module can intercept -- cgit