1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-27 08:23:49 +03:00

r7558: added support in ldb for extended ldap search requests. These are

using to perform such things as bitop tests on integers.

So far I have only added support for the 1.2.840.113556.1.4.803 and
1.2.840.113556.1.4.804 rules, which are for bitwise and/or
This commit is contained in:
Andrew Tridgell
2005-06-14 01:35:44 +00:00
committed by Gerald (Jerry) Carter
parent 71e281ae2f
commit 5f773b065f
6 changed files with 193 additions and 14 deletions

View File

@@ -1117,6 +1117,10 @@ parsetree_to_sql(struct ldb_module *module,
case LDB_OP_SIMPLE:
break;
case LDB_OP_EXTENDED:
#warning "derrell, you'll need to work out how to handle bitops"
return NULL;
case LDB_OP_AND:
ret = parsetree_to_sql(module,
hTalloc,