r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp()
authorSimo Sorce <idra@samba.org>
Sat, 4 Feb 2006 05:59:48 +0000 (05:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:44 +0000 (13:51 -0500)
commit88279373abc07fa50a969135eb5ecf58d6c40cc7
treeab1a73694d18f5d5d96892122cba5a4cfcc85b40
parent48d8eee7522e1c1c45a9353ab77c96c20321f143
r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp()
was used just in one places and by mistake, as there we should have
been using ldb_attr_cmp()

Remove ldb_caseless_cmp() ... going on with the cleanup and utf8 compliance
effort.

Simo.
(This used to be commit afda68d7bf655a9145648856d29e6e64b9f21aa3)
source4/lib/db_wrap.c
source4/lib/ldb/common/ldb_dn.c
source4/lib/ldb/common/ldb_utf8.c
source4/lib/ldb/include/ldb.h
source4/lib/ldb/tools/cmdline.c