From 0db26805da4f62c313237e762a81cebbe0f0357c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 17 Jul 2008 00:54:35 +0200 Subject: dssync keytab: add support for keeping track of the up-to-date-ness vector. The startup operation should get the old up-to-date-ness vector from the backend and the finish operation should store the new vector to the backend after replication. This adds the change of the signatures of the operations ot the dssync_ops struct and the implementation for the keytab ops. The up-to-date-ness vector is stored under the principal constructed as UTDV/$naming_context_dn@$dns_domain_name. The vector is still uninterpreted in libnet_dssync_process(). This will be the next step... This code is essentially by Metze. Michael (This used to be commit 01318fb27a1aa9e5fed0d4dd882a123ab568ac37) --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index d79439f589..b8ff34f831 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -279,6 +279,7 @@ extern const DATA_BLOB data_blob_null; #include "librpc/gen_ndr/ntsvcs.h" #include "librpc/gen_ndr/nbt.h" #include "librpc/gen_ndr/drsuapi.h" +#include "librpc/gen_ndr/drsblobs.h" struct lsa_dom_info { bool valid; -- cgit