From 90203f87e7da3346ae9236e4d30c93b95a2ddad9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 16 Feb 2010 14:45:16 +1100 Subject: s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flags This allows for controls to be added easily where they are needed. --- source4/dsdb/common/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/dsdb/common/util.h') diff --git a/source4/dsdb/common/util.h b/source4/dsdb/common/util.h index 590653acc2..e80fdd8216 100644 --- a/source4/dsdb/common/util.h +++ b/source4/dsdb/common/util.h @@ -30,3 +30,4 @@ #define DSDB_SEARCH_SHOW_EXTENDED_DN 0x0010 #define DSDB_MODIFY_RELAX 0x0020 #define DSDB_MODIFY_PERMISSIVE 0x0040 +#define DSDB_FLAG_AS_SYSTEM 0x0080 -- cgit