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>
Wed, 11 Nov 2009 21:11:17 +0000 (08:11 +1100)
commit01b807fd38bf44d86fe6261946e59190209ed3fc
treea91c20de0d03fa59425acb4417a49904cacf41a4
parent59e2fe310135dd7a87526138bc646eae78cbac41
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