mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s4-dsdb: isGlobalCatalogReady should be shown by default
This caused repadmin.exe to crash. Thanks to Hongwei for tracking this down for us.
This commit is contained in:
parent
aa1fce645a
commit
2985aeb8c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user