summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_convert.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-08-15 20:47:52 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-08-15 20:47:52 +1000
commitf1df6744f1df1c012fbe57d83fcdfd3060a683c3 (patch)
treef007f39c87320d71bfe27928422003a6d7a56d69 /source4/dsdb/schema/schema_convert.h
parentac503b140d6d69b6341be2e80ba535d7cfc7a73d (diff)
parent4bdb752cc51c9f41859f1a43bf5721ae616fa230 (diff)
downloadsamba-f1df6744f1df1c012fbe57d83fcdfd3060a683c3.tar.gz
samba-f1df6744f1df1c012fbe57d83fcdfd3060a683c3.tar.bz2
samba-f1df6744f1df1c012fbe57d83fcdfd3060a683c3.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 3731f7eaea6e5ed89d24e383dae0531cb58d77dc)
Diffstat (limited to 'source4/dsdb/schema/schema_convert.h')
-rw-r--r--source4/dsdb/schema/schema_convert.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/dsdb/schema/schema_convert.h b/source4/dsdb/schema/schema_convert.h
new file mode 100644
index 0000000000..de379343a6
--- /dev/null
+++ b/source4/dsdb/schema/schema_convert.h
@@ -0,0 +1,10 @@
+struct syntax_map {
+ const char *Standard_OID;
+ const char *AD_OID;
+ const char *equality;
+ const char *substring;
+ const char *comment;
+};
+
+const struct syntax_map *find_syntax_map_by_ad_oid(const char *ad_oid);
+const struct syntax_map *find_syntax_map_by_standard_oid(const char *standard_oid);