summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema.h
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamenim@samba.org>2010-08-18 03:06:53 +0300
committerKamen Mazdrashki <kamenim@samba.org>2010-08-19 03:34:03 +0300
commit35d886db176123b3ef3a0436463f59edcaed1322 (patch)
treebfd869d304f2373b291da8016f13919e6d0d0ea1 /source4/dsdb/schema/schema.h
parentfffc98f33e333b8711da053e5cd5ddcc601cd275 (diff)
downloadsamba-35d886db176123b3ef3a0436463f59edcaed1322.tar.gz
s4-dsdb-syntax: ATTID should be msDs-IntId value for the attributeSchema object
in case object replicated is not in Schema NC and attributeSchema object has msDs-IntId attribute value set
Diffstat (limited to 'source4/dsdb/schema/schema.h')
-rw-r--r--source4/dsdb/schema/schema.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h
index fc28fbf776d..8c73fd56d4d 100644
--- a/source4/dsdb/schema/schema.h
+++ b/source4/dsdb/schema/schema.h
@@ -31,6 +31,9 @@ struct dsdb_schema;
struct dsdb_syntax_ctx {
struct ldb_context *ldb;
const struct dsdb_schema *schema;
+
+ /* set when converting objects under Schema NC */
+ bool is_schema_nc;
};