summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-08-18 20:30:27 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-08-18 20:30:27 +1000
commitbb80a19714048def04b9d94d4e9f125a20a95822 (patch)
tree05a2448ca233f430792bd7cb9105672753981c48 /source4/dsdb/schema/schema.h
parent1dc5e75218e57fc410773161ab6431db33cd4b27 (diff)
downloadsamba-bb80a19714048def04b9d94d4e9f125a20a95822.tar.gz
samba-bb80a19714048def04b9d94d4e9f125a20a95822.tar.bz2
samba-bb80a19714048def04b9d94d4e9f125a20a95822.zip
Note the ldb syntax for attribute syntaxes in the table.
This includes additional Samba-specific syntaxes made available from the ldif_handlers code. This commit also changes some table to use #defines, to ensure consistancy in other parts of the code. Andrew Bartlett (This used to be commit e26a5efd9a580ed3728e1f449e367b1cd4a73b5f)
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 df7826d61d..68dc8197cb 100644
--- a/source4/dsdb/schema/schema.h
+++ b/source4/dsdb/schema/schema.h
@@ -35,6 +35,7 @@ struct dsdb_syntax {
const char *equality;
const char *substring;
const char *comment;
+ const char *ldb_syntax;
WERROR (*drsuapi_to_ldb)(const struct dsdb_schema *schema,
const struct dsdb_attribute *attr,