1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-22 07:33:16 +03:00

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 commit is contained in:
Andrew Bartlett
2005-07-25 06:33:51 +00:00
committed by Gerald (Jerry) Carter
parent d974bf3589
commit 1e0f7792bb
6 changed files with 467 additions and 0 deletions

View File

@@ -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;
};