samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:
authorJelmer Vernooij <jelmer@samba.org>
Thu, 23 Apr 2009 12:31:45 +0000 (14:31 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 23 Apr 2009 16:27:32 +0000 (18:27 +0200)
commitb6981e79dfb22819f48edcd4041b00f9b8cd7a93
treead1ac3680665c9bd77191be87d2900ed291ca639
parent9b64073cf733588b75c3780f2c18728ff3009500
samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:
 * ldb_dn_new() now takes an initial DN string
 * ldb_dn_string_compose() -> ldb_dn_new_fmt()
 * dummy ldb_dn_validate(), since LDB DNs in the current implementation
   are always valid if they could be created.
source3/groupdb/mapping_ldb.c
source3/lib/ldb/common/ldb.c
source3/lib/ldb/common/ldb_dn.c
source3/libads/ldap.c