WIP: sort attributes in ldb when storing them in DB
[mat/samba.git] / lib / ldb / include / ldb_private.h
index c8301be8b0ed1a5bda70f0766b77ecb34ff125ae..a42cbbff1e8353545c75ee53ae798030d47b87c5 100644 (file)
@@ -53,6 +53,9 @@ struct ldb_backend_ops;
 /* call is from an untrusted source - eg. over ldap:// */
 #define LDB_HANDLE_FLAG_UNTRUSTED   2
 
+/* Bitfield in the flag member */
+#define LDB_FLAG_SORTED_ATTRIBUTES 1
+
 struct ldb_handle {
        int status;
        enum ldb_state state;