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)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 21 Aug 2012 23:31:55 +0000 (01:31 +0200)
commit6a8c6979544594f9fadec768392888793e7eb74f
treee69dcb49b851c0ae1444fcca04d9259728544249
parentc8bfb8eb094e5bb80de8f5fa991910954d47b351
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.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/tools/ldbsearch.c