diff options
author | Kamen Mazdrashki <kamenim@samba.org> | 2010-03-23 02:32:14 +0200 |
---|---|---|
committer | Kamen Mazdrashki <kamenim@samba.org> | 2010-04-09 12:21:25 +0300 |
commit | 37a6b66344ae5832bd3db71983bf75c1309e5b9d (patch) | |
tree | 95cc98beae13ac3acda2e34452041b4187f4440a /source4/dsdb | |
parent | 6e7be5f4d1eccccb93f8e3ed2751e8851f94517f (diff) | |
download | samba-37a6b66344ae5832bd3db71983bf75c1309e5b9d.tar.gz samba-37a6b66344ae5832bd3db71983bf75c1309e5b9d.tar.bz2 samba-37a6b66344ae5832bd3db71983bf75c1309e5b9d.zip |
s4/dsdb: Define dsdb representation for schemaInfo attribute
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/schema/schema.h | 8 |
1 files changed, 8 insertions, 0 deletions
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; |