From 35d886db176123b3ef3a0436463f59edcaed1322 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Wed, 18 Aug 2010 03:06:53 +0300 Subject: 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 --- source4/dsdb/schema/schema.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/dsdb/schema/schema.h') diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h index fc28fbf776..8c73fd56d4 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; }; -- cgit