s4-dsdb: added ldb_dn_update_components()
authorAndrew Tridgell <tridge@samba.org>
Thu, 17 Dec 2009 12:03:41 +0000 (23:03 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Dec 2009 10:03:39 +0000 (21:03 +1100)
commit82bf0d8bc6b4fa43f015b700a97f68f3d479eb36
tree6bce367423fb82ae71ecfa6c5c01ce6b429bd214
parentdb76e6531825e66d4859106b583d9f7be8ae0a3a
s4-dsdb: added ldb_dn_update_components()

This is used to udpate just the DN components of a ldb_dn, leaving the
other extended fields alone. It is needed to prevent linked attribute
updates from removing other extended components.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/lib/ldb/common/ldb_dn.c