summaryrefslogtreecommitdiff
path: root/lib/ldb/include/ldb.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ldb/include/ldb.h')
-rw-r--r--lib/ldb/include/ldb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ldb/include/ldb.h b/lib/ldb/include/ldb.h
index 267b7af5a88..7ee6a44dd5e 100644
--- a/lib/ldb/include/ldb.h
+++ b/lib/ldb/include/ldb.h
@@ -478,6 +478,12 @@ const struct ldb_dn_extended_syntax *ldb_dn_extended_syntax_by_name(struct ldb_c
#define LDB_SYNTAX_INTEGER "1.3.6.1.4.1.1466.115.121.1.27"
/**
+ Custom attribute syntax for an integer whose index is lexicographically
+ ordered by attribute value in the database.
+*/
+#define LDB_SYNTAX_ORDERED_INTEGER "LDB_SYNTAX_ORDERED_INTEGER"
+
+/**
LDAP attribute syntax for a boolean
This is the well-known LDAP attribute syntax for a boolean.