summaryrefslogtreecommitdiff
path: root/source4/dsdb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-01-17 06:48:09 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-17 10:52:31 +1100
commit2985aeb8c930b3b2e4d4bba080b3d6ec0722c7d3 (patch)
tree31059a5cadca09dd0dfb1ea925c77dfcda3fc21c /source4/dsdb
parentaa1fce645aed8be48c2fc09c86c2b5844114e93b (diff)
downloadsamba-2985aeb8c930b3b2e4d4bba080b3d6ec0722c7d3.tar.gz
samba-2985aeb8c930b3b2e4d4bba080b3d6ec0722c7d3.tar.bz2
samba-2985aeb8c930b3b2e4d4bba080b3d6ec0722c7d3.zip
s4-dsdb: isGlobalCatalogReady should be shown by default
This caused repadmin.exe to crash. Thanks to Hongwei for tracking this down for us.
Diffstat (limited to 'source4/dsdb')
-rw-r--r--source4/dsdb/samdb/ldb_modules/rootdse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/rootdse.c b/source4/dsdb/samdb/ldb_modules/rootdse.c
index 4ce379b1bf..9d2b8cdc5b 100644
--- a/source4/dsdb/samdb/ldb_modules/rootdse.c
+++ b/source4/dsdb/samdb/ldb_modules/rootdse.c
@@ -364,7 +364,7 @@ static int rootdse_add_dynamic(struct ldb_module *module, struct ldb_message *ms
}
}
- if (do_attribute_explicit(attrs, "isGlobalCatalogReady")) {
+ if (do_attribute(attrs, "isGlobalCatalogReady")) {
/* MS-ADTS 3.1.1.3.2.10
Note, we should only return true here is we have
completed at least one synchronisation. As both