lib/ldb: switch ldb_tdb to schema-based attribute comparison
authorAndrew Bartlett <abartlet@samba.org>
Fri, 11 May 2012 08:00:29 +0000 (10:00 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 25 Sep 2013 22:11:43 +0000 (00:11 +0200)
commit15a873beea40161ae7363409584d41a0352e4bd9
treeb257ea141ada320d53f95dcf0025ad59b3ca6e01
parent2f1cc1d346f58653e4e0ea561edee5d1ac95391b
lib/ldb: switch ldb_tdb to schema-based attribute comparison

Based on an earlier patch by Matthias Dieter Wallnöfer <mdw@samba.org>

This is necessary to perform correct schema enforcement, becuase we
must enforce uniquiness based on the schema matching rules.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=7485
Bug: https://bugzilla.samba.org/show_bug.cgi?id=8929

Andrew Bartlett

Small fix by Matthias Dieter Wallnöfer <mdw@samba.org>

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/ldb/ldb_tdb/ldb_tdb.c