s4:dsdb Use new dsdb_dn code in LDB modules and Samba4 schema
authorAndrew Bartlett <abartlet@samba.org>
Thu, 5 Nov 2009 06:04:10 +0000 (17:04 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 12 Nov 2009 05:34:04 +0000 (16:34 +1100)
commitf0d43e9e562bfd7c254a9b2446fb11f85186b45e
tree08c4a939a51fa0625e3d99302eec1847f729ecb8
parent973197cd9ded571ff02996cb5c133435a35976c5
s4:dsdb Use new dsdb_dn code in LDB modules and Samba4 schema

This converts the code from using the binary DN code in ldb_dn to
using a special Samba-specfic wrapper around ldb_dn.

We also use the dsdb_dn code for DN+Binary and DN+String comparisons
(changed from treating them as Binary blobs)

Andrew Bartlett
source4/dsdb/samdb/ldb_modules/extended_dn_out.c
source4/dsdb/samdb/ldb_modules/extended_dn_store.c
source4/dsdb/schema/schema_syntax.c
source4/lib/ldb-samba/ldif_handlers.c