r8752: With all the infrustructure done, details like a SamSync migration
authorAndrew Bartlett <abartlet@samba.org>
Mon, 25 Jul 2005 06:33:51 +0000 (06:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:30:02 +0000 (13:30 -0500)
commit1e0f7792bb29b17c23197a5e42ee8cabb0cf17d0
tree50fa716b0e1c3d1172f068a9bbc54af166ec59f2
parentd974bf3589e1b0cd1d5661a21571b81e99350709
r8752: With all the infrustructure done, details like a SamSync migration
into LDB are actually quite easy.

This brings us the users, and sets basic domain information.

You are expected to have provisioned with the settings for the target
domain, and have joined the domain as a BDC.  Then simply 'net
samsync'.

Now we just need to flesh out the delta types.

Andrew Bartlett
source/include/structs.h
source/libnet/config.mk
source/libnet/libnet_samsync_ldb.c [new file with mode: 0644]
source/libnet/libnet_vampire.h
source/utils/net/net.c
source/utils/net/net_vampire.c