From 6d26a7114f233418b17b76c3e8dc73086a901ed7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 25 Jul 2005 06:33:51 +0000 Subject: 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 (This used to be commit 1e0f7792bb29b17c23197a5e42ee8cabb0cf17d0) --- source4/libnet/libnet_vampire.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source4/libnet/libnet_vampire.h') diff --git a/source4/libnet/libnet_vampire.h b/source4/libnet/libnet_vampire.h index f5bc2b1501..8a588de48c 100644 --- a/source4/libnet/libnet_vampire.h +++ b/source4/libnet/libnet_vampire.h @@ -43,3 +43,13 @@ struct libnet_SamDump { char *error_string; }; +enum libnet_samsync_ldb_level { + LIBNET_SAMSYNC_LDB_GENERIC, + LIBNET_SAMSYNC_LDB_NETLOGON, +}; + +struct libnet_samsync_ldb { + enum libnet_samsync_ldb_level level; + char *error_string; +}; + -- cgit