summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/util.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-12-21 20:59:08 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-02 08:16:52 +1100
commitca5c3a0a02b18787c089c4f32807d4cdf59578df (patch)
tree237c87b924cb65cecdd94006c04b1094e3e72350 /source4/dsdb/samdb/ldb_modules/util.h
parente1ffcfc7832768429e2f84ae048476ac0ff8dbba (diff)
downloadsamba-ca5c3a0a02b18787c089c4f32807d4cdf59578df.tar.gz
samba-ca5c3a0a02b18787c089c4f32807d4cdf59578df.tar.bz2
samba-ca5c3a0a02b18787c089c4f32807d4cdf59578df.zip
s4-dsdb: added DSDB_FLAG_OWN_MODULE
This allows you to call dsdb_module_*() functions while including the current module in the module stack to be used Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/util.h')
-rw-r--r--source4/dsdb/samdb/ldb_modules/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/util.h b/source4/dsdb/samdb/ldb_modules/util.h
index 66579ab852..add39e110a 100644
--- a/source4/dsdb/samdb/ldb_modules/util.h
+++ b/source4/dsdb/samdb/ldb_modules/util.h
@@ -31,3 +31,4 @@ struct dsdb_attribute;
#define DSDB_SEARCH_REVEAL_INTERNALS 0x0008
#define DSDB_SEARCH_SHOW_EXTENDED_DN 0x0010
#define DSDB_MODIFY_RELAX 0x0020
+#define DSDB_FLAG_OWN_MODULE 0x0040