ldb:ldb_tdb backend/indexes - Outside API
commita2707a3248f13a95e1cd7deecdbd2c26226a78b1
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Wed, 18 Nov 2009 09:44:56 +0000 (18 10:44 +0100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 20 Nov 2009 01:30:44 +0000 (20 12:30 +1100)
tree1c1917e56ec6b7c1744e3c0bd3d8d9e17307b358
parentafb70f9176563e2d96886c086ec7d57bf78393b2
ldb:ldb_tdb backend/indexes - Outside API

- The outside API contains "DN" string arguments: Bad. Since in this way we
  fully rely on the outside calls regarding the right DN format. Solution: Use
  always a "struct ldb_dn" entry. Since this one is interchangeable and we can
  handle it in our preferred way.
source4/lib/ldb/ldb_tdb/ldb_index.c
source4/lib/ldb/ldb_tdb/ldb_tdb.c
source4/lib/ldb/ldb_tdb/ldb_tdb.h