summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2005-06-14 03:04:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:08 -0500
commit785b452a042f00b561df55243e8aaee920d84ce6 (patch)
treed3151940fa8cbaf9b3c96e103a0b44577e6f6919 /source4/lib/ldb/include
parent5ec2c79dc58f340a9635b34400797fa85361c6ba (diff)
downloadsamba-785b452a042f00b561df55243e8aaee920d84ce6.tar.gz
samba-785b452a042f00b561df55243e8aaee920d84ce6.tar.bz2
samba-785b452a042f00b561df55243e8aaee920d84ce6.zip
r7561: moved OID constants into ldb.h and used manifest constants in ldb_match.c
(This used to be commit 42cbb155c20779c458f727488c8554842b24681b)
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r--source4/lib/ldb/include/ldb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h
index 5773e39fa9..7a28d05b38 100644
--- a/source4/lib/ldb/include/ldb.h
+++ b/source4/lib/ldb/include/ldb.h
@@ -72,6 +72,12 @@ struct ldb_val {
/*
+ well known object IDs
+*/
+#define LDB_OID_COMPARATOR_AND "1.2.840.113556.1.4.803"
+#define LDB_OID_COMPARATOR_OR "1.2.840.113556.1.4.804"
+
+/*
results are given back as arrays of ldb_message_element
*/
struct ldb_message_element {