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:
committed by
Gerald (Jerry) Carter
parent
d974bf3589
commit
1e0f7792bb
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user