From 37a6b66344ae5832bd3db71983bf75c1309e5b9d Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Tue, 23 Mar 2010 02:32:14 +0200 Subject: s4/dsdb: Define dsdb representation for schemaInfo attribute --- source4/dsdb/schema/schema.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source4/dsdb/schema') diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h index 7283744f7d..d0ed62e1a7 100644 --- a/source4/dsdb/schema/schema.h +++ b/source4/dsdb/schema/schema.h @@ -165,6 +165,14 @@ struct dsdb_class { uint32_t subClass_order; }; +/** + * data stored in schemaInfo attribute + */ +struct dsdb_schema_info { + uint32_t revision; + struct GUID invocation_id; +}; + struct dsdb_schema { struct ldb_dn *base_dn; -- cgit