LDB:ldbsearch - search filters do not only contain "="
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Fri, 4 May 2012 09:59:22 +0000 (11:59 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 14 Aug 2012 12:56:04 +0000 (14:56 +0200)
commitda587f940031e2e852bbc437087d7232bf4f2e9b
tree9431cd6a876ab81adca8009a610ea256140563e6
parentf5b53c57246bbbbea75ce4d65a3d34b18984d18b
LDB:ldbsearch - search filters do not only contain "="

Also "<=", ">=", "~"... are allowed as well. Enumeration taken from
ldb_parse_filtertype().
This was the cause of not identifying the search filter as described in bug
https://bugzilla.samba.org/show_bug.cgi?id=8647.
lib/ldb/tools/ldbsearch.c