git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
s4:dsdb add systemPossibleInferiors to schema code
[ira/wip.git]
/
source4
/
dsdb
/
schema
/
schema.h
diff --git
a/source4/dsdb/schema/schema.h
b/source4/dsdb/schema/schema.h
index 4e7e503931978e4227b84afb27433b2370992f43..ddd9b375f6d686e8f0cea9813d4c439421478355 100644
(file)
--- a/
source4/dsdb/schema/schema.h
+++ b/
source4/dsdb/schema/schema.h
@@
-119,6
+119,7
@@
struct dsdb_class {
const char **mustContain;
const char **mayContain;
const char **possibleInferiors;
+ const char **systemPossibleInferiors;
const char *defaultSecurityDescriptor;