summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-09-24 15:12:49 -0700
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-10-03 12:37:55 +0200
commit0e028fcb7d141d68de2baadeb2c0fae262f2bedc (patch)
treeb6bbf3a914615bfcaf53dcfd381720601d32a522 /source4/dsdb/schema/schema.h
parentf86beaaad96ac2dd7cf6a3a9d57f42c57c2440c2 (diff)
downloadsamba-0e028fcb7d141d68de2baadeb2c0fae262f2bedc.tar.gz
samba-0e028fcb7d141d68de2baadeb2c0fae262f2bedc.tar.bz2
samba-0e028fcb7d141d68de2baadeb2c0fae262f2bedc.zip
s4:dsdb add systemPossibleInferiors to schema code
This allows us to figure out what the system can add, which will not be in possibleInferiors due to the systemOnly flag. Andrew Bartlett
Diffstat (limited to 'source4/dsdb/schema/schema.h')
-rw-r--r--source4/dsdb/schema/schema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h
index 4e7e503931..ddd9b375f6 100644
--- 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;