From 00ef18f19c39bf5083939ac79854bcd1ccc7cef7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 22 Sep 2011 09:48:17 +1000 Subject: s4-dsdb: added NO_GLOBAL_CATALOG control this control is used to ask samdb to not return searches with a basedn in partial repica partitions, which is needed to support the difference between a search on the 3268 GC ldap port and the non-GC 389 port --- 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 0140f2956e..75ef49e1c3 100644 --- a/source4/dsdb/common/util.h +++ b/source4/dsdb/common/util.h @@ -36,6 +36,7 @@ #define DSDB_SEARCH_SHOW_RECYCLED 0x0400 #define DSDB_PROVISION 0x0800 #define DSDB_BYPASS_PASSWORD_HASH 0x1000 +#define DSDB_SEARCH_NO_GLOBAL_CATALOG 0x2000 bool is_attr_in_list(const char * const * attrs, const char *attr); -- cgit